/* Legal Pages Styling */

.legal-container {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.legal-container h1 {
    font-size: 2.5rem;
    color: #6b2c3e;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.last-updated {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 1.8rem;
    color: #6b2c3e;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 600;
}

.legal-section h3 {
    font-size: 1.3rem;
    color: #6b2c3e;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.legal-section p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.legal-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-section ul li {
    line-height: 1.8;
    color: #333;
    margin-bottom: 0.5rem;
}

.legal-section a {
    color: #6b2c3e;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.legal-section a:hover {
    color: #d4a373;
}

.note {
    background-color: #f5e6d3;
    padding: 1rem;
    border-left: 4px solid #6b2c3e;
    margin: 1.5rem 0;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .legal-container {
        margin: 2rem auto;
        padding: 0 1.5rem;
    }

    .legal-container h1 {
        font-size: 2rem;
    }

    .legal-section h2 {
        font-size: 1.5rem;
    }

    .legal-section h3 {
        font-size: 1.2rem;
    }

    .legal-section ul {
        margin-left: 1.5rem;
    }
}
/* Footer */
.footer {
    background: linear-gradient(135deg, #44515c 0%, #333f49 100%);
    color: white;
    padding: 60px 50px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand {
    text-align: left;
}

.footer-title {
    font-family: 'Transforma Sans Medium', sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
    color: white;
}

.footer-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
}

.footer-cta {
    display: flex;
    justify-content: center;
}

.footer-btn {
    background: white;
    border: 4px solid #44515c;
    color: #44515c;
    padding: 14px 32px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
    display: inline-block;
}

.footer-btn:hover {
    background: #44515c;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(68, 81, 92, 0.3);
}

.footer-social {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.social-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background: white;
    color: #6b3a3a;
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.footer-links {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-separator {
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat', sans-serif;
}

/* Responsive */
@media (max-width: 968px) {
    /* Show hamburger menu on tablet and mobile */
    .hamburger {
        display: flex;
    }

    /* Hide desktop navigation */
    .nav.desktop-nav {
        display: none !important;
    }

    /* Show mobile menu */
    .mobile-menu {
        display: flex;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer {
        padding: 40px 30px 20px;
    }

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

    .footer-brand {
        text-align: center;
    }

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

    .footer-title {
        font-size: 24px;
    }

    .instagram-section {
        padding: 60px 30px;
    }

    .instagram-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .instagram-subtitle {
        font-size: 36px;
    }

    .instagram-feed-single {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        background: #F5EFE7;
        padding: 0;
        min-height: 100vh;
    }

    .container {
        border-radius: 0;
        box-shadow: none;
    }

    .header {
        border-radius: 0;
        padding: 20px 20px;
    }

    .hero-image-section {
        height: 400px;
    }

    .info-banner {
        font-size: 12px;
        padding: 15px;
    }

    .contact-content {
        padding: 50px 20px;
    }

    .contact-grid {
        gap: 40px;
    }

    .contact-section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group textarea {
        padding: 12px;
        font-size: 14px;
    }

    .form-group textarea {
        min-height: 120px;
    }

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

    .contact-info-card {
        padding: 20px;
        gap: 15px;
    }

    .contact-info-icon {
        width: 45px;
        height: 45px;
    }

    .contact-info-content h3 {
        font-size: 16px;
    }

    .contact-info-content p {
        font-size: 14px;
    }

    .instagram-section {
        padding: 50px 20px;
    }

    .instagram-container {
        gap: 40px;
    }

    .instagram-text {
        padding-bottom: 80px;
    }

    .instagram-title {
        font-size: 18px;
    }

    .instagram-subtitle {
        font-size: 36px;
    }

    .instagram-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .instagram-follow-btn {
        padding: 12px 28px;
        font-size: 14px;
    }

    .instagram-feed-single {
        max-width: 100%;
    }

    .footer {
        padding: 40px 20px 20px;
        border-radius: 0;
    }

    .footer-title {
        font-size: 22px;
    }

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

@media (max-width: 480px) {
    .logo-circle {
        width: 60px;
        height: 60px;
        border-width: 3px;
    }

    .hero-image-section {
        height: 300px;
    }

    .info-banner {
        font-size: 11px;
        padding: 12px;
    }

    .contact-content {
        padding: 40px 20px;
    }

    .contact-section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-form {
        gap: 20px;
    }

    .form-group label {
        font-size: 12px;
    }

    .form-group input,
    .form-group textarea {
        padding: 10px;
        font-size: 13px;
    }

    .contact-submit-btn {
        padding: 12px 28px;
        font-size: 13px;
    }

    .contact-info-card {
        padding: 18px;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
    }

    .contact-info-content h3 {
        font-size: 15px;
    }

    .contact-info-content p {
        font-size: 13px;
    }

    .instagram-section {
        padding: 40px 20px;
    }

    .instagram-container {
        gap: 35px;
    }

    .instagram-text {
        padding-bottom: 70px;
    }

    .instagram-title {
        font-size: 16px;
    }

    .instagram-subtitle {
        font-size: 28px;
    }

    .instagram-description {
        font-size: 13px;
    }

    .instagram-follow-btn {
        padding: 10px 24px;
        font-size: 13px;
    }

    .mobile-menu-item {
        padding: 18px 20px;
    }

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