/* ============================================
   LEGAL PAGES STYLING - MKC SERVICES
   Premium Design with Glassmorphism Effects
   ============================================ */

/* LEGAL HERO SECTION */
.legal-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
}

.legal-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.legal-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.legal-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(5, 5, 16, 0.7) 0%,
            rgba(5, 5, 16, 0.85) 50%,
            rgba(5, 5, 16, 0.95) 100%);
}

/* Hero Particles */
.legal-hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.legal-hero-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.8) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatParticle 8s ease-in-out infinite;
}

.legal-hero-particles span:nth-child(1) {
    left: 10%;
    top: 20%;
    animation-delay: 0s;
}

.legal-hero-particles span:nth-child(2) {
    left: 25%;
    top: 60%;
    animation-delay: 1s;
}

.legal-hero-particles span:nth-child(3) {
    left: 40%;
    top: 30%;
    animation-delay: 2s;
}

.legal-hero-particles span:nth-child(4) {
    left: 55%;
    top: 70%;
    animation-delay: 3s;
}

.legal-hero-particles span:nth-child(5) {
    left: 70%;
    top: 40%;
    animation-delay: 4s;
}

.legal-hero-particles span:nth-child(6) {
    left: 85%;
    top: 55%;
    animation-delay: 0.5s;
    animation-duration: 10s;
}

.legal-hero-particles span:nth-child(7) {
    left: 15%;
    top: 80%;
    animation-delay: 1.5s;
}

.legal-hero-particles span:nth-child(8) {
    left: 60%;
    top: 15%;
    animation-delay: 2.5s;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.6) 0%, transparent 70%);
}

.legal-hero-particles span:nth-child(9) {
    left: 80%;
    top: 75%;
    animation-delay: 3.5s;
}

.legal-hero-particles span:nth-child(10) {
    left: 35%;
    top: 45%;
    animation-delay: 4.5s;
    background: radial-gradient(circle, rgba(189, 0, 255, 0.5) 0%, transparent 70%);
}

@keyframes floatParticle {

    0%,
    100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.4;
    }

    25% {
        transform: translateY(-30px) translateX(15px) scale(1.2);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-20px) translateX(-10px) scale(1);
        opacity: 0.6;
    }

    75% {
        transform: translateY(-40px) translateX(20px) scale(1.3);
        opacity: 0.9;
    }
}

/* Hero Content */
.legal-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border: 1px solid rgba(255, 107, 0, 0.4);
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.legal-badge i {
    font-size: 16px;
    color: #ff6b00;
}

.legal-title {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff;
}

.legal-title .highlight {
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 50%, #ff6b00 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmer 3s ease-in-out infinite;
}

.legal-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.legal-meta {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.legal-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.legal-meta i {
    color: #ff6b00;
}

/* CONTENT SECTION */
.legal-content-section {
    background: linear-gradient(180deg, #050510 0%, #0a0a20 50%, #050510 100%);
    padding: 80px 0 100px;
    position: relative;
}

.legal-content-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

/* TABLE OF CONTENTS */
.legal-toc {
    position: sticky;
    top: 120px;
}

.toc-card {
    background: linear-gradient(135deg, rgba(15, 16, 32, 0.9) 0%, rgba(20, 22, 45, 0.95) 100%);
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(20px);
}

.toc-card h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.toc-card h3 i {
    color: #ff6b00;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.toc-list a:hover,
.toc-list a.active {
    background: rgba(255, 107, 0, 0.15);
    color: #fff;
}

.toc-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 107, 0, 0.2);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #ff6b00;
}

.toc-list a.active .toc-number {
    background: #ff6b00;
    color: #fff;
}

/* POLICY CARDS */
.policy-card {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 16, 32, 0.85) 0%, rgba(20, 22, 45, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.policy-card:hover {
    border-color: rgba(255, 107, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.policy-card-glow {
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.policy-card:hover .policy-card-glow {
    opacity: 1;
}

.policy-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border: 1px solid rgba(255, 107, 0, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.policy-icon i {
    font-size: 28px;
    color: #ff6b00;
}

.policy-icon.security-icon {
    background: linear-gradient(135deg, rgba(0, 242, 254, 0.2) 0%, rgba(0, 200, 220, 0.1) 100%);
    border-color: rgba(0, 242, 254, 0.3);
}

.policy-icon.security-icon i {
    color: #00f2fe;
}

.policy-icon.terms-icon {
    background: linear-gradient(135deg, rgba(189, 0, 255, 0.2) 0%, rgba(150, 0, 200, 0.1) 100%);
    border-color: rgba(189, 0, 255, 0.3);
}

.policy-icon.terms-icon i {
    color: #bd00ff;
}

.policy-icon.payment-icon {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.2) 0%, rgba(0, 150, 60, 0.1) 100%);
    border-color: rgba(0, 200, 83, 0.3);
}

.policy-icon.payment-icon i {
    color: #00c853;
}

.policy-card h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.policy-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 28px 0 16px;
}

.policy-card p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 16px;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.policy-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}

.policy-list li:last-child {
    border-bottom: none;
}

.policy-list li i {
    color: #ff6b00;
    margin-top: 4px;
    flex-shrink: 0;
}

.policy-highlight {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 140, 0, 0.05) 100%);
    border-left: 4px solid #ff6b00;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 24px 0;
}

.policy-highlight i {
    color: #ff6b00;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.policy-highlight span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
}

.policy-highlight.warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.05) 100%);
    border-left-color: #ffc107;
}

.policy-highlight.warning i {
    color: #ffc107;
}

/* USAGE GRID */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.usage-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.usage-item:hover {
    background: rgba(255, 107, 0, 0.08);
    border-color: rgba(255, 107, 0, 0.3);
    transform: translateY(-3px);
}

.usage-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.usage-icon i {
    font-size: 22px;
    color: #ff6b00;
}

.usage-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.usage-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* COOKIE TYPES */
.cookie-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.cookie-type {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.cookie-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.cookie-type.essential .cookie-badge {
    background: rgba(0, 200, 83, 0.2);
    color: #00c853;
}

.cookie-type.analytics .cookie-badge {
    background: rgba(33, 150, 243, 0.2);
    color: #2196f3;
}

.cookie-type.marketing .cookie-badge {
    background: rgba(255, 107, 0, 0.2);
    color: #ff6b00;
}

.cookie-type h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.cookie-type p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* SECURITY FEATURES */
.security-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(0, 242, 254, 0.05);
    border: 1px solid rgba(0, 242, 254, 0.2);
    border-radius: 12px;
    padding: 18px 22px;
}

.security-item i {
    font-size: 24px;
    color: #00f2fe;
}

.security-item span {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

/* RIGHTS GRID */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.right-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
}

.right-item:hover {
    background: rgba(189, 0, 255, 0.08);
    border-color: rgba(189, 0, 255, 0.3);
}

.right-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(189, 0, 255, 0.2) 0%, rgba(150, 0, 200, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.right-icon i {
    font-size: 20px;
    color: #bd00ff;
}

.right-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.right-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* CONTACT CARD */
.contact-card .contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 24px 0 32px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px;
}

.contact-info-item>i {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ff6b00;
    flex-shrink: 0;
}

.contact-info-item div span {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.contact-info-item div a,
.contact-info-item div p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.contact-info-item div a:hover {
    color: #ff6b00;
}

.btn-contact-legal {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.35);
}

.btn-contact-legal:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 0, 0.5);
}

/* TERMS OF SERVICE SPECIFIC STYLES */
.services-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.service-list-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px;
    transition: all 0.3s ease;
}

.service-list-item:hover {
    background: rgba(255, 107, 0, 0.08);
    border-color: rgba(255, 107, 0, 0.3);
}

.service-list-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-list-icon i {
    font-size: 22px;
    color: #ff6b00;
}

.service-list-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.service-list-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* IP SECTIONS */
.ip-sections {
    margin: 24px 0;
}

.ip-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 16px;
}

.ip-item h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 12px;
}

.ip-item h3 i {
    color: #ff6b00;
}

.ip-item p {
    margin: 0;
}

/* PAYMENT STRUCTURE */
.payment-structure {
    margin: 24px 0;
}

.payment-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-step:last-child {
    border-bottom: none;
}

.payment-step-number {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #00c853 0%, #00a040 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.payment-step-content h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.payment-step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* WARRANTY BOX */
.warranty-box {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.1) 0%, rgba(0, 150, 60, 0.05) 100%);
    border: 1px solid rgba(0, 200, 83, 0.3);
    border-radius: 16px;
    padding: 24px;
    margin: 24px 0;
}

.warranty-box h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    margin: 0 0 12px;
}

.warranty-box h3 i {
    color: #00c853;
}

.warranty-box p {
    margin: 0;
}

/* TERMINATION GRID */
.termination-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 24px 0;
}

.termination-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
}

.termination-item h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.termination-item.client h4 i {
    color: #ff6b00;
}

.termination-item.company h4 i {
    color: #bd00ff;
}

.termination-item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* DISPUTE PROCESS */
.dispute-process {
    margin: 24px 0;
}

.dispute-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 16px 0;
}

.dispute-number {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, rgba(189, 0, 255, 0.3) 0%, rgba(150, 0, 200, 0.2) 100%);
    border: 1px solid rgba(189, 0, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #bd00ff;
    flex-shrink: 0;
}

.dispute-step p {
    margin: 0;
    font-size: 15px;
}

/* ============================================
   SITEMAP PAGE STYLES
   ============================================ */

.sitemap-content-section {
    background: linear-gradient(180deg, #050510 0%, #0a0a20 50%, #050510 100%);
    padding: 80px 0 100px;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.sitemap-category {
    background: linear-gradient(135deg, rgba(15, 16, 32, 0.85) 0%, rgba(20, 22, 45, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.4s ease;
}

.sitemap-category:hover {
    border-color: rgba(255, 107, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.2) 0%, rgba(255, 140, 0, 0.1) 100%);
    border: 1px solid rgba(255, 107, 0, 0.3);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon i {
    font-size: 24px;
    color: #ff6b00;
}

.category-icon.services-icon {
    background: linear-gradient(135deg, rgba(0, 242, 254, 0.2) 0%, rgba(0, 200, 220, 0.1) 100%);
    border-color: rgba(0, 242, 254, 0.3);
}

.category-icon.services-icon i {
    color: #00f2fe;
}

.category-icon.company-icon {
    background: linear-gradient(135deg, rgba(189, 0, 255, 0.2) 0%, rgba(150, 0, 200, 0.1) 100%);
    border-color: rgba(189, 0, 255, 0.3);
}

.category-icon.company-icon i {
    color: #bd00ff;
}

.category-icon.blog-icon {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.2) 0%, rgba(20, 120, 200, 0.1) 100%);
    border-color: rgba(33, 150, 243, 0.3);
}

.category-icon.blog-icon i {
    color: #2196f3;
}

.category-icon.legal-icon {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.2) 0%, rgba(200, 150, 0, 0.1) 100%);
    border-color: rgba(255, 193, 7, 0.3);
}

.category-icon.legal-icon i {
    color: #ffc107;
}

.category-icon.connect-icon {
    background: linear-gradient(135deg, rgba(0, 200, 83, 0.2) 0%, rgba(0, 150, 60, 0.1) 100%);
    border-color: rgba(0, 200, 83, 0.3);
}

.category-icon.connect-icon i {
    color: #00c853;
}

.category-header h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.category-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sitemap-link {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.sitemap-link:hover {
    background: rgba(255, 107, 0, 0.1);
    border-color: rgba(255, 107, 0, 0.3);
}

.sitemap-link.featured {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.15) 0%, rgba(255, 140, 0, 0.08) 100%);
    border-color: rgba(255, 107, 0, 0.25);
}

.sitemap-link.active {
    background: rgba(255, 107, 0, 0.2);
    border-color: rgba(255, 107, 0, 0.4);
}

.link-icon {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b00;
    font-size: 14px;
}

.sitemap-link.social .link-icon {
    font-size: 18px;
}

.link-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.link-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

/* SITEMAP STATS */
.sitemap-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.stat-item {
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.1) 0%, rgba(255, 140, 0, 0.05) 100%);
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 20px;
    padding: 32px;
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd700 0%, #ff8c00 50%, #ff6b00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

/* SITEMAP CTA */
.sitemap-cta {
    background: linear-gradient(135deg, rgba(15, 16, 32, 0.9) 0%, rgba(20, 22, 45, 0.95) 100%);
    border: 1px solid rgba(255, 107, 0, 0.2);
    border-radius: 30px;
    padding: 50px;
    text-align: center;
}

.sitemap-cta h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.sitemap-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.sitemap-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-quote-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #ff6b00;
    padding: 16px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 2px solid rgba(255, 107, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-quote-secondary:hover {
    background: rgba(255, 107, 0, 0.1);
    border-color: #ff6b00;
    transform: translateY(-3px);
}

/* FLOATING WHATSAPP */
.floating-ctas {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
}

.floating-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1024px) {
    .legal-content-wrapper {
        grid-template-columns: 1fr;
    }

    .legal-toc {
        position: static;
        margin-bottom: 40px;
    }

    .toc-card {
        max-width: 100%;
    }

    .sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-card .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .legal-hero {
        min-height: 50vh;
        padding-top: 100px;
    }

    .legal-title {
        font-size: 38px;
    }

    .legal-subtitle {
        font-size: 16px;
    }

    .policy-card {
        padding: 28px 24px;
    }

    .policy-card h2 {
        font-size: 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .usage-grid,
    .cookie-types,
    .security-features,
    .rights-grid,
    .services-list-grid,
    .termination-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .sitemap-cta {
        padding: 35px 25px;
    }

    .sitemap-cta h2 {
        font-size: 26px;
    }

    .legal-meta {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .legal-title {
        font-size: 32px;
    }

    .legal-badge {
        font-size: 11px;
        padding: 10px 20px;
    }

    .section-number {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .policy-icon {
        width: 55px;
        height: 55px;
    }

    .policy-icon i {
        font-size: 22px;
    }

    .sitemap-stats {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stat-number {
        font-size: 40px;
    }
}