/**
 * Responsive Stylesheet
 * Zahrani Abadi Wisata - Landing Page
 */

/* --- FOOTER --- */
footer {
    background: var(--brand-navy);
    color: white;
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-brand img {
    height: 50px;
    margin-bottom: 20px;
}

.footer-brand p {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--brand-red);
    transform: translateY(-3px);
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 25px;
    text-align: center;
    font-size: 13px;
    opacity: 0.7;
}

/* --- TABLET (1024px and below) --- */
@media (max-width: 1024px) {
    .hero { 
        flex-direction: column; 
        gap: 40px; 
        padding: 40px 0 60px; 
    }
    
    .hero .container { 
        flex-direction: column; 
    }
    
    .hero-text { 
        text-align: center; 
    }
    
    .hero-text h1 { 
        font-size: 3rem; 
    }
    
    .hero-text .subheadline { 
        margin: 0 auto 35px; 
    }
    
    .hero-cta-group { 
        justify-content: center; 
    }
    
    .trust-bar { 
        justify-content: center; 
    }
    
    .hero-img-box { 
        width: 100%; 
        height: 400px; 
    }
    
    .bento-grid { 
        grid-template-columns: 1fr; 
    }
    
    .card-main, .card-side, .calc-pro { 
        grid-column: span 1; 
    }
    
    .card-main { 
        flex-direction: column; 
    }
    
    .pkg-img { 
        width: 100%; 
        height: 300px; 
    }
    
    .footer-grid { 
        grid-template-columns: 1fr 1fr; 
    }
    
    .section-header h2 { 
        font-size: 2.5rem; 
    }
    
    .value-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- MOBILE (768px and below) --- */
@media (max-width: 768px) {
    .container {
        padding: 0 4%;
    }
    
    .nav-links { 
        display: none; 
    }
    
    .mobile-menu-btn { 
        display: block; 
    }
    
    .hero-text h1 { 
        font-size: 2.5rem; 
    }
    
    .hero-text .subheadline {
        font-size: 16px;
    }
    
    .trust-bar { 
        flex-direction: column; 
        gap: 25px; 
        align-items: center; 
    }
    
    .trust-item { 
        text-align: center; 
    }
    
    .trust-item i {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
    
    .section-header h2 { 
        font-size: 2rem; 
    }
    
    .section-header p {
        font-size: 15px;
    }
    
    .value-grid { 
        grid-template-columns: 1fr; 
    }
    
    .value-card {
        padding: 30px 25px;
    }
    
    .hero-img-box {
        height: 300px;
    }
    
    .hero-img-badge {
        bottom: 20px;
        left: 20px;
        padding: 15px 20px;
    }
    
    .hero-img-badge h4 {
        font-size: 12px;
    }
    
    .hero-img-badge p {
        font-size: 20px;
    }
    
    .slider-title {
        font-size: 10px;
        padding: 0 20px;
    }
    
    .logo-item {
        width: 200px;
    }
    
    .logo-track {
        width: calc(200px * 14);
    }
    
    @keyframes scrollRight {
        0% { transform: translateX(calc(-200px * 7)); }
        100% { transform: translateX(0); }
    }
    
    .card-main {
        padding: 25px;
    }
    
    .card-side > div {
        padding: 20px !important;
    }
    
    .pkg-price {
        font-size: 2rem;
    }
    
    .calc-pro {
        padding: 30px 25px;
    }
    
    .calc-pro h3 {
        font-size: 1.5rem;
    }
    
    .total-display {
        padding: 25px;
    }
    
    .total-display h4 {
        font-size: 2rem;
    }
    
    .guarantee-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .guarantee-item i {
        font-size: 40px;
    }
    
    .footer-grid { 
        grid-template-columns: 1fr; 
        text-align: center;
        gap: 30px;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-social { 
        justify-content: center; 
    }
    
    .footer-col ul {
        text-align: center;
    }
    
    .whatsapp-float { 
        bottom: 20px; 
        right: 20px; 
        width: 55px; 
        height: 55px; 
        font-size: 26px; 
    }
    
    .btn-primary, .btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .hero-cta-group {
        width: 100%;
    }
}

/* --- SMALL MOBILE (480px and below) --- */
@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .hero-text .subheadline {
        font-size: 14px;
    }
    
    .trust-item h3 {
        font-size: 2rem;
    }
    
    .trust-item p {
        font-size: 10px;
    }
    
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .value-card h3 {
        font-size: 1.2rem;
    }
    
    .value-card p {
        font-size: 13px;
    }
    
    .badge {
        font-size: 10px;
        padding: 6px 14px;
    }
    
    .promo-bar {
        font-size: 11px;
        padding: 10px 15px;
    }
    
    .logo-nav {
        height: 40px;
    }
    
    nav {
        padding: 12px 0;
    }
    
    .pkg-price {
        font-size: 1.8rem;
    }
    
    .pkg-price-old {
        font-size: 1rem;
    }
    
    .feature-list li {
        font-size: 13px;
    }
    
    .calc-pro h3 {
        font-size: 1.3rem;
    }
    
    .input-group select {
        font-size: 13px;
        padding: 14px;
    }
    
    .total-display h4 {
        font-size: 1.8rem;
    }
    
    .guarantee-item h3 {
        font-size: 1.1rem;
    }
    
    .guarantee-item p {
        font-size: 13px;
    }
    
    .footer-brand img {
        height: 40px;
    }
    
    .footer-brand p,
    .footer-col ul li a {
        font-size: 13px;
    }
    
    .footer-col h4 {
        font-size: 15px;
    }
    
    .footer-bottom {
        font-size: 12px;
    }
}

/* --- LANDSCAPE MODE --- */
@media (max-height: 600px) and (orientation: landscape) {
    .hero {
        min-height: auto;
        padding: 30px 0;
    }
    
    .hero-img-box {
        height: 300px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .value-section,
    .guarantee-section {
        padding: 60px 0;
    }
}

/* --- TESTIMONIALS RESPONSIVE --- */
@media (max-width: 1024px) {
    .testi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testi-grid {
        grid-template-columns: 1fr;
    }
    
    .testi-card {
        padding: 25px;
    }
}

/* --- FAQ RESPONSIVE --- */
@media (max-width: 768px) {
    .faq-question {
        padding: 20px;
        font-size: 15px;
    }
    
    .faq-answer-content {
        padding: 0 20px 20px;
        font-size: 13px;
    }
}

/* --- CONTACT RESPONSIVE --- */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .contact-info h3 {
        font-size: 1.5rem;
    }
    
    .contact-item {
        padding: 15px;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px;
    }
    
    .contact-form h3 {
        font-size: 1.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .social-links a {
        width: 40px;
        height: 40px;
    }
}

/* --- FINAL CTA RESPONSIVE --- */
@media (max-width: 768px) {
    .final-cta {
        padding: 60px 0;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
    
    .final-cta p {
        font-size: 16px;
    }
    
    .final-cta-buttons {
        flex-direction: column;
    }
    
    .btn-cta-white,
    .btn-cta-outline {
        width: 100%;
        justify-content: center;
    }
}

/* --- PRINT STYLES --- */
@media print {
    .promo-bar,
    nav,
    .whatsapp-float,
    .mobile-menu-btn,
    .btn-primary,
    .btn-secondary,
    .btn-reserve {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
    
    .hero-text h1 {
        font-size: 24pt;
    }
    
    .section-header h2 {
        font-size: 20pt;
    }
    
    .value-card,
    .card-main,
    .card-side {
        page-break-inside: avoid;
    }
}
