/* Legal Pages Styles */

.legal-container {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.legal-header {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, #1996D4 0%, #0284c7 100%);
    color: white;
    border-radius: 15px;
    margin-bottom: 30px;
}

.legal-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

.legal-header h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.update-date {
    font-size: 14px;
    opacity: 0.9;
}

.legal-content {
    padding: 0 10px;
}

.content-section {
    margin-bottom: 30px;
}

.content-section h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1996D4;
}

.content-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.content-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
}

.content-section strong {
    color: #333;
    font-weight: 600;
}

.content-section a {
    color: #1996D4;
    text-decoration: underline;
}

.content-section table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-section table thead tr {
    background: #1996D4;
    color: white;
}

.content-section table th,
.content-section table td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.content-section table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.legal-footer {
    padding: 20px 0;
    text-align: center;
}

.btn-back-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #1996D4;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-back-home:hover {
    background: #0284c7;
    color: white;
}

.btn-back-home img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Contact Page Specific Styles */
.contact-info-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-info-box strong {
    color: #333;
    font-weight: 600;
}

.contact-info-box p {
    margin-bottom: 5px;
}

.contact-info-box a {
    color: #1996D4;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.contact-info-box a:hover {
    text-decoration: underline;
}

.contact-quick-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact-quick-link {
    flex: 1;
    min-width: 140px;
    padding: 20px;
    background: #1996D4;
    color: white;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.contact-quick-link:hover {
    background: #0284c7;
    transform: translateY(-3px);
}

.contact-whatsapp-link {
    background: #25D366 !important;
}

.contact-whatsapp-link:hover {
    background: #128C7E !important;
}

.contact-quick-link img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.contact-quick-link span {
    font-weight: 600;
    color: white;
}

.contact-faq-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.contact-faq-box p:first-child {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.contact-faq-box p:last-child {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.contact-social-links {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.contact-social-link {
    width: 40px;
    height: 40px;
    background: #1996D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-social-link:hover {
    background: #0284c7;
    transform: translateY(-3px);
}

/* WhatsApp link color */
a[href*="wa.me"] {
    color: #25D366 !important;
}

/* Small note text */
.small-note {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

/* FAQ Accordion Styles */
.faq-accordion {
    margin-bottom: 30px;
}

.faq-category {
    margin-bottom: 30px;
}

.faq-category-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #1996D4 0%, #0284c7 100%);
    color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-category-title svg {
    flex-shrink: 0;
}

.faq-item {
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 8px rgba(25, 150, 212, 0.15);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: #f8f9fa;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    gap: 15px;
}

.faq-question:hover {
    background: #e9ecef;
    color: #1996D4;
}

.faq-question span {
    flex: 1;
    line-height: 1.5;
}

.faq-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    color: #1996D4;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-question {
    background: #1996D4;
    color: white;
}

.faq-item.active .faq-icon {
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 20px;
    background: #fff;
}

.faq-answer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

/* FAQ Contact Section */
.faq-contact-section {
    margin-top: 40px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    text-align: center;
}

.faq-contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.faq-contact-title svg {
    color: #1996D4;
}

.faq-contact-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.faq-contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    text-align: left;
}

.faq-contact-item {
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.faq-contact-item strong {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 600;
}

.faq-contact-item a {
    color: #1996D4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.faq-contact-item a:hover {
    color: #0284c7;
    text-decoration: underline;
}

.faq-contact-item span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .legal-container {
        padding: 15px;
    }

    .legal-header {
        padding: 20px 15px;
    }

    .legal-header h1 {
        font-size: 20px;
    }

    .content-section h2 {
        font-size: 16px;
    }

    .content-section p,
    .content-section li {
        font-size: 14px;
    }

    .contact-quick-links {
        flex-direction: column;
    }

    .contact-quick-link {
        min-width: 100%;
    }

    .content-section table {
        font-size: 12px;
    }

    .content-section table th,
    .content-section table td {
        padding: 8px;
    }

    .faq-category-title {
        font-size: 18px;
        padding: 12px 15px;
    }

    .faq-question {
        padding: 15px;
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-contact-section {
        padding: 20px 15px;
    }

    .faq-contact-title {
        font-size: 20px;
    }

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

    .faq-contact-item {
        padding: 12px;
    }
}

/* ====================================== Price List Specific Styles ===================================== */

/* Breadcrumb Navigation */
.breadcrumb-nav {
    margin-bottom: 20px;
    padding: 0 10px;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item:not(:last-child)::after {
    content: '/';
    margin-left: 8px;
    color: #999;
}

.breadcrumb-item a {
    color: #1996D4;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0284c7;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #666;
}

/* Price List Header */
.price-list-header {
    position: relative;
    overflow: hidden;
}

.price-list-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
    opacity: 0.3;
}

.last-update {
    font-size: 13px;
    opacity: 0.85;
    margin-top: 8px;
}

/* Price Info Banner */
.price-info-banner {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-left: 4px solid #1996D4;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.info-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.info-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.info-text strong {
    color: #1996D4;
    font-weight: 600;
}

/* Price Category Section */
.price-category-section {
    margin-bottom: 40px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1996D4;
}

.category-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.item-count {
    background: #1996D4;
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Price Grid */
.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.price-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(25, 150, 212, 0.15);
    border-color: #1996D4;
}

.price-card-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.price-card-body {
    text-align: center;
}

.price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    color: #1996D4;
    line-height: 1;
}

.price-currency {
    font-size: 20px;
    font-weight: 600;
    color: #1996D4;
}

.price-unit {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.price-request {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.request-text {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.service-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(25, 150, 212, 0.15);
    border-color: #1996D4;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.service-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.service-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Section Icons */
.section-icon {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.section-description {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
}

.check-icon {
    color: #28a745;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

/* Methods Grid */
.methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.method-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.method-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(25, 150, 212, 0.15);
    border-color: #1996D4;
}

.method-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.method-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.method-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.method-card a {
    color: #1996D4;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.method-card a:hover {
    color: #0284c7;
    text-decoration: underline;
}

/* Payment Grid */
.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.payment-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.payment-item:hover {
    border-color: #1996D4;
    background: #f8f9fa;
    transform: translateX(4px);
}

.payment-icon {
    font-size: 24px;
    flex-shrink: 0;
}

/* Contact Grid */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.contact-item {
    padding: 20px;
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    border-color: #1996D4;
    box-shadow: 0 4px 12px rgba(25, 150, 212, 0.1);
}

.contact-item strong {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-item a {
    color: #1996D4;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #0284c7;
    text-decoration: underline;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

/* Additional Services Section */
.additional-services {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

/* Pricing Info Section */
.pricing-info {
    background: white;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    margin-bottom: 30px;
}

/* Get Price Section */
.get-price-section {
    background: white;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    margin-bottom: 30px;
}

/* Payment Section */
.payment-section {
    background: white;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    margin-bottom: 30px;
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
}

/* Mobile Responsive for Price List */
@media (max-width: 768px) {
    .breadcrumb-nav {
        padding: 0 5px;
    }

    .breadcrumb-list {
        font-size: 12px;
    }

    .price-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .price-card {
        padding: 18px;
    }

    .price-value {
        font-size: 28px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .service-card {
        padding: 20px 15px;
    }

    .service-icon {
        font-size: 32px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .methods-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .method-card {
        padding: 20px 15px;
    }

    .method-icon {
        font-size: 40px;
    }

    .payment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

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

    .category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .category-header h2 {
        font-size: 20px;
    }

    .item-count {
        font-size: 12px;
        padding: 5px 12px;
    }

    .price-info-banner {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .additional-services,
    .pricing-info,
    .get-price-section,
    .payment-section,
    .contact-section {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

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

    .price-value {
        font-size: 24px;
    }
}

