.elementor-3 .elementor-element.elementor-element-49d86c55:not(.elementor-motion-effects-element-type-background), .elementor-3 .elementor-element.elementor-element-49d86c55 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.sale/wp-content/uploads/2025/12/download-scaled.webp");background-position:top center;background-size:cover;}.elementor-3 .elementor-element.elementor-element-49d86c55{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-3 .elementor-element.elementor-element-49d86c55 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3 .elementor-element.elementor-element-4df27dad .elementor-heading-title{font-weight:600;color:#ffffff;}.elementor-3 .elementor-element.elementor-element-9603fd4 .elementor-heading-title{font-size:23px;font-weight:400;line-height:1.4em;color:#FFFFFFFA;}.elementor-3 .elementor-element.elementor-element-7d238320{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3 .elementor-element.elementor-element-255bf20f{--spacer-size:25px;}.elementor-3 .elementor-element.elementor-element-4f6bb0e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-65133819 *//* Privacy Policy Styles */
.privacy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.privacy-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2b55 100%);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    color: white;
    box-shadow: 0 15px 40px rgba(26, 26, 46, 0.2);
    position: relative;
    overflow: hidden;
}

.privacy-header::before {
    content: '🔒';
    position: absolute;
    top: -50px;
    right: -50px;
    font-size: 200px;
    opacity: 0.05;
    transform: rotate(15deg);
}

.company-badge {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 50px;
    width: fit-content;
    backdrop-filter: blur(10px);
}

.badge-icon {
    font-size: 28px;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.badge-text {
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 20px;
    font-weight: 700;
}

.badge-verified {
    font-size: 12px;
    color: #7fffd4;
    font-weight: 500;
}

.privacy-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 800;
    margin: 20px 0;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.last-updated {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 25px;
    border-radius: 50px;
    width: fit-content;
}

.update-icon {
    font-size: 18px;
}

.website-link {
    color: #7fffd4;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.website-link:hover {
    text-decoration: underline;
    color: #8a7cff;
}

.policy-summary {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #8a7cff;
}

.summary-icon {
    font-size: 50px;
    flex-shrink: 0;
    color: #8a7cff;
}

.summary-content {
    flex: 1;
}

.summary-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2b2f3a;
    margin: 0 0 20px;
}

.consent-note {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(127, 255, 212, 0.1);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #7fffd4;
}

.consent-icon {
    font-size: 20px;
    color: #7fffd4;
    flex-shrink: 0;
}

.consent-note span {
    color: #2b2f3a;
    font-weight: 500;
    font-size: 16px;
}

.policy-section {
    background: white;
    border-radius: 15px;
    padding: clamp(25px, 3vw, 40px);
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section-header {
    display: flex;
    align-items: center;
    gap: clamp(15px, 2vw, 20px);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(138, 124, 255, 0.2);
    flex-wrap: wrap;
}

.section-number {
    font-size: clamp(36px, 4vw, 48px);
    font-weight: 800;
    color: #8a7cff;
    opacity: 0.3;
}

.section-title {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.info-types {
    margin-top: 25px;
}

.info-type-card {
    background: rgba(138, 124, 255, 0.03);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.info-number {
    font-size: 18px;
    font-weight: 700;
    color: #8a7cff;
    background: rgba(138, 124, 255, 0.1);
    padding: 5px 12px;
    border-radius: 6px;
}

.info-title {
    color: #1a1a2e;
    margin: 0;
    font-size: 20px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-item:hover {
    transform: translateY(-3px);
}

.item-icon {
    font-size: 20px;
    color: #8a7cff;
    flex-shrink: 0;
}

.info-item span {
    color: #2b2f3a;
    font-size: 14px;
}

.info-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.list-item {
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    color: #2b2f3a;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #7fffd4;
}

.info-grid-three {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.info-mini-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #8a7cff;
}

.mini-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.mini-number {
    font-size: 16px;
    font-weight: 700;
    color: #8a7cff;
}

.mini-header h4 {
    color: #1a1a2e;
    margin: 0;
    font-size: 18px;
}

.mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mini-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #2b2f3a;
    font-size: 14px;
}

.mini-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #8a7cff;
    font-size: 18px;
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.usage-card {
    background: rgba(127, 255, 212, 0.08);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(127, 255, 212, 0.2);
    transition: transform 0.3s ease;
}

.usage-card:hover {
    transform: translateY(-5px);
}

.usage-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #7fffd4;
}

.usage-card h4 {
    color: #1a1a2e;
    margin: 0 0 10px;
    font-size: 16px;
}

.usage-card p {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    line-height: 1.4;
}

.sharing-notice {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 107, 107, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 5px solid #ff6b6b;
}

.notice-icon {
    font-size: 28px;
    color: #ff6b6b;
    flex-shrink: 0;
}

.notice-content h4 {
    color: #d63031;
    margin: 0;
    font-size: 18px;
}

.sharing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.sharing-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.sharing-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.sharing-number {
    font-size: 16px;
    font-weight: 700;
    color: #8a7cff;
    background: rgba(138, 124, 255, 0.1);
    padding: 5px 12px;
    border-radius: 6px;
}

.sharing-card h3 {
    color: #1a1a2e;
    margin: 0;
    font-size: 18px;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 8px;
}

.partner-icon {
    font-size: 24px;
    color: #8a7cff;
}

.partner-item span {
    font-size: 12px;
    color: #2b2f3a;
    text-align: center;
    line-height: 1.3;
}

.sharing-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sharing-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.sharing-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #2b2f3a;
    font-size: 14px;
}

.sharing-list li:before {
    content: "✓";
    position: absolute;
    left: 8px;
    color: #7fffd4;
    font-weight: bold;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.grid-section {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.grid-section .section-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.grid-section .section-title {
    font-size: clamp(18px, 2.5vw, 22px);
}

.cookies-info, .security-info, .retention-info, .thirdparty-info, .children-info, .transfer-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.cookies-icon, .security-icon, .retention-icon, .thirdparty-icon, .children-icon, .transfer-icon {
    font-size: 40px;
    color: #8a7cff;
    flex-shrink: 0;
}

.cookies-content p, .security-content p, .retention-content p, .thirdparty-content p, .children-content p, .transfer-content p {
    margin: 0 0 15px;
    color: #2b2f3a;
    line-height: 1.5;
}

.cookies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.cookie-item {
    padding: 8px 15px;
    background: rgba(138, 124, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    color: #2b2f3a;
}

.cookies-note, .security-note, .retention-note, .thirdparty-note, .transfer-note {
    padding: 15px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 8px;
    margin-top: 20px;
    font-size: 14px;
    color: #2b2f3a;
}

.security-list, .retention-list, .thirdparty-list, .children-list, .update-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.security-list li, .retention-list li, .thirdparty-list li, .children-list li, .update-list li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #2b2f3a;
    font-size: 14px;
}

.security-list li:before, .retention-list li:before, .thirdparty-list li:before, .children-list li:before, .update-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #8a7cff;
    font-size: 18px;
}

.security-note strong {
    color: #d63031;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.right-card {
    background: rgba(138, 124, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(138, 124, 255, 0.2);
}

.right-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #8a7cff;
}

.right-card h4 {
    color: #1a1a2e;
    margin: 0 0 10px;
    font-size: 16px;
}

.right-card p {
    margin: 0;
    color: #2b2f3a;
    font-size: 13px;
    line-height: 1.4;
}

.rights-contact {
    background: rgba(127, 255, 212, 0.1);
    border-radius: 15px;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid rgba(127, 255, 212, 0.2);
}

.contact-methods {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.method {
    display: flex;
    align-items: center;
    gap: 12px;
}

.method-icon {
    font-size: 24px;
    color: #7fffd4;
}

.method-link {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.method-link:hover {
    text-decoration: underline;
    color: #7fffd4;
}

.contact-note {
    margin: 0;
    color: #2b2f3a;
    font-size: 14px;
    font-style: italic;
}

.transfer-locations {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px 0;
}

.location {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.location-flag {
    font-size: 24px;
}

.location span {
    color: #2b2f3a;
    font-size: 14px;
}

.update-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
}

.update-icon {
    font-size: 40px;
    color: #8a7cff;
    flex-shrink: 0;
}

.contact-section {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.contact-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-icon {
    font-size: 36px;
    color: #8a7cff;
}

.contact-header h2 {
    color: #1a1a2e;
    margin: 0;
    font-size: clamp(24px, 3vw, 28px);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.contact-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(138, 124, 255, 0.1);
}

.address-card {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .address-card {
        grid-column: span 1;
    }
}

.contact-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-card-icon {
    color: #8a7cff;
}

.contact-card p {
    margin: 8px 0;
    color: #2b2f3a;
    line-height: 1.5;
}

.contact-link {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
    display: block;
    margin-top: 10px;
}

.contact-link:hover {
    color: #7fffd4;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .privacy-wrapper {
        padding: 30px 15px;
    }
    
    .privacy-header {
        padding: 30px 25px;
    }
    
    .info-grid-three {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rights-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .privacy-wrapper {
        padding: 20px 12px;
    }
    
    .privacy-header {
        padding: 25px 20px;
        text-align: center;
    }
    
    .company-badge {
        margin: 0 auto 25px;
    }
    
    .policy-summary {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 15px;
    }
    
    .policy-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .info-grid-three {
        grid-template-columns: 1fr;
    }
    
    .rights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-methods {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-section {
        padding: 25px;
    }
    
    .contact-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .privacy-wrapper {
        padding: 15px 10px;
    }
    
    .privacy-header {
        padding: 20px 15px;
        border-radius: 15px;
    }
    
    .company-badge {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .rights-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-link {
        font-size: 16px;
    }
}/* End custom CSS */