.elementor-7451 .elementor-element.elementor-element-6acd02d9:not(.elementor-motion-effects-element-type-background), .elementor-7451 .elementor-element.elementor-element-6acd02d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.website/wp-content/uploads/2025/12/b1-1.png");background-position:center center;background-size:cover;}.elementor-7451 .elementor-element.elementor-element-6acd02d9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-7451 .elementor-element.elementor-element-6acd02d9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7451 .elementor-element.elementor-element-6b6794cd .elementor-heading-title{font-weight:600;color:#000000;}.elementor-7451 .elementor-element.elementor-element-47b41625 .elementor-heading-title{font-size:23px;font-weight:400;line-height:1.4em;color:#000000FA;}.elementor-7451 .elementor-element.elementor-element-47e2b149{--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;}@media(min-width:768px){.elementor-7451 .elementor-element.elementor-element-520ee32b{width:51.677%;}.elementor-7451 .elementor-element.elementor-element-52ceb461{width:48.175%;}}/* Start custom CSS for html, class: .elementor-element-28333ae *//* Authenticity Statement Button */
.authenticity-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    color: #071129;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(138, 124, 255, 0.3);
    position: relative;
    overflow: hidden;
    min-width: 220px;
    text-decoration: none;
    margin: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    /* Additional for anchor tag */
    text-align: center;
    display: inline-block;
}

/* Button icon */
.authenticity-btn .btn-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Button arrow */
.authenticity-btn .btn-arrow {
    font-size: 18px;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effects */
.authenticity-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(138, 124, 255, 0.4);
    background: linear-gradient(135deg, #8a7cff, #7fffd4);
    color: #071129;
    text-decoration: none;
}

.authenticity-btn:hover .btn-icon {
    transform: scale(1.2);
}

.authenticity-btn:hover .btn-arrow {
    transform: translateX(5px);
    opacity: 1;
}

/* Active/Click effect */
.authenticity-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 20px rgba(138, 124, 255, 0.3);
}

/* Pulsing animation for attention */
@keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(138, 124, 255, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(138, 124, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(138, 124, 255, 0); }
}

.authenticity-btn.pulse {
    animation: pulse-glow 1.5s infinite;
}

/* Responsive design */
@media (max-width: 768px) {
    .authenticity-btn {
        padding: 14px 25px;
        font-size: 15px;
        min-width: 200px;
        margin: 15px;
    }
}

@media (max-width: 480px) {
    .authenticity-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-width: 180px;
        gap: 8px;
    }
    
    .authenticity-btn .btn-icon,
    .authenticity-btn .btn-arrow {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-498c7bbb */.warranty-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px; /* Start with mobile padding */
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box; /* Important for mobile */
}

.warranty-header {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    border-radius: 15px; /* Smaller radius for mobile */
    padding: 25px 20px; /* Mobile padding */
    margin-bottom: 30px;
    color: white;
    box-shadow: 0 10px 25px rgba(26, 26, 46, 0.15);
    width: 100%;
    overflow: hidden; /* Prevent overflow */
    text-align: center;
}

.company-badge {
    display: flex;
    align-items: center;
    flex-direction: column; /* Stack on mobile */
    text-align: center;
    gap: 12px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 50px;
    width: 100%; /* Full width on mobile */
    max-width: 400px; /* Limit maximum width */
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.badge-icon {
    font-size: 24px; /* Smaller on mobile */
    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;
    width: 100%;
    text-align: center;
}

.company-name {
    font-size: 18px; /* Smaller on mobile */
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

.badge-verified {
    font-size: 11px; /* Smaller on mobile */
    color: #7fffd4;
    font-weight: 500;
}

.warranty-title {
    font-size: 24px; /* Much smaller for mobile */
    font-weight: 700;
    margin: 15px 0;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background-clip: text;
    line-height: 1.3;
    text-align: center; /* Center on mobile */
    word-wrap: break-word; /* Prevent overflow */
    
}

.last-updated {
    display: flex;
    align-items: center;
    flex-direction: column; /* Stack on mobile */
    text-align: center;
    font-size: 14px; /* Smaller on mobile */
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    border-radius: 50px;
    width: 100%; /* Full width on mobile */
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.update-icon {
    font-size: 16px; /* Smaller on mobile */
}

.website-link {
    color: #7fffd4;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    transition: 0.3s;
    display: inline-block; /* Better for mobile */
    word-break: break-word; /* Prevent overflow */
}

.website-link:hover {
    text-decoration: underline;
    color: #8a7cff;
}

.policy-summary {
    background: white;
    border-radius: 12px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #8a7cff;
    width: 100%;
    box-sizing: border-box;
}

.summary-icon {
    font-size: 32px; /* Smaller on mobile */
    flex-shrink: 0;
}

.summary-text {
    font-size: 16px; /* Smaller on mobile */
    line-height: 1.5;
    color: #2b2f3a;
    margin: 0;
}

.policy-section {
    background: white;
    border-radius: 12px; /* Smaller on mobile */
    padding: 25px 20px; /* Less padding on mobile */
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    width: 100%;
    box-sizing: border-box;
}

.section-header {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(138, 124, 255, 0.2);
}

.section-number {
    font-size: 36px; /* Smaller on mobile */
    font-weight: 800;
    color: #8a7cff;
    opacity: 0.3;
}

.section-title {
    font-size: 22px; /* Smaller on mobile */
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.3;
}

.info-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 10px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    margin-bottom: 20px;
    border-left: 3px solid #8a7cff;
    width: 100%;
    box-sizing: border-box;
}

.info-card h3 {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: flex-start;
    gap: 8px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px; /* Smaller on mobile */
}

.card-icon {
    color: #8a7cff;
    font-size: 18px; /* Smaller on mobile */
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 6px 0;
    padding-left: 25px; /* Smaller indent on mobile */
    position: relative;
    color: #2b2f3a;
    font-size: 14px; /* Smaller on mobile */
    line-height: 1.4;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #7fffd4;
    font-weight: bold;
}

.list-note {
    color: #666;
    font-size: 13px; /* Smaller on mobile */
    font-style: italic;
    margin-top: 10px;
}

.grid-cards {
    display: grid;
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}

.mini-card {
    background: white;
    border-radius: 10px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid;
    width: 100%;
    box-sizing: border-box;
}

.mini-card h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #1a1a2e;
    font-size: 16px; /* Smaller on mobile */
}

.mini-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mini-card ul li {
    padding: 5px 0;
    padding-left: 20px; /* Smaller indent on mobile */
    position: relative;
    color: #2b2f3a;
    font-size: 13px; /* Smaller on mobile */
    line-height: 1.4;
}

.mini-card ul li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #8a7cff;
}

.mini-icon {
    font-size: 24px; /* Smaller on mobile */
    width: 50px; /* Smaller on mobile */
    height: 50px; /* Smaller on mobile */
    background: rgba(138, 124, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Center on mobile */
}

.scope-card {
    border-color: #7fffd4;
}

.scope-card .mini-icon {
    color: #7fffd4;
}

.exclusion-card {
    border-color: #ff6b6b;
}

.exclusion-card .mini-icon {
    color: #ff6b6b;
}

.process-flow {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    gap: 15px;
    padding: 20px; /* Less padding on mobile */
    background: rgba(138, 124, 255, 0.03);
    border-radius: 12px; /* Smaller on mobile */
    width: 100%;
    box-sizing: border-box;
}

.flow-step {
    width: 100%;
    background: white;
    border-radius: 10px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.step-number {
    width: 40px; /* Smaller on mobile */
    height: 40px; /* Smaller on mobile */
    background: linear-gradient(135deg, #8a7cff, #7fffd4);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; /* Smaller on mobile */
    font-weight: 700;
    margin: 0 auto 15px;
}

.flow-step h4 {
    color: #1a1a2e;
    margin: 0 0 8px;
    font-size: 16px; /* Smaller on mobile */
}

.flow-step p {
    color: #2b2f3a;
    margin: 4px 0;
    font-size: 13px; /* Smaller on mobile */
    line-height: 1.4;
}

.step-note {
    font-size: 11px !important; /* Smaller on mobile */
    color: #666 !important;
    font-style: italic;
}

.flow-arrow {
    font-size: 24px; /* Smaller on mobile */
    color: #8a7cff;
    opacity: 0.5;
    transform: rotate(90deg); /* Vertical on mobile */
    margin: 5px 0;
}

.policy-grid {
    display: grid;
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    margin-bottom: 25px;
    width: 100%;
}

.grid-item {
    background: white;
    border-radius: 12px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    width: 100%;
    box-sizing: border-box;
}

.grid-header {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 20px;
}

.grid-icon {
    font-size: 28px; /* Smaller on mobile */
    background: linear-gradient(135deg, #8a7cff, #7fffd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.grid-item h3 {
    color: #1a1a2e;
    margin: 0;
    font-size: 18px; /* Smaller on mobile */
    line-height: 1.3;
}

.grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grid-list li {
    padding: 10px 0;
    padding-left: 28px; /* Smaller indent on mobile */
    position: relative;
    color: #2b2f3a;
    font-size: 14px; /* Smaller on mobile */
    line-height: 1.4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.grid-list li:before {
    content: "✓";
    position: absolute;
    left: 10px; /* Smaller on mobile */
    color: #7fffd4;
    font-weight: bold;
}

.warning-item {
    color: #ff6b6b !important;
}

.warning-item:before {
    color: #ff6b6b !important;
    content: "⚠" !important;
}

.warning-box {
    background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);
    border-radius: 10px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    text-align: center;
    gap: 15px;
    border-left: 4px solid #ff6b6b;
    width: 100%;
    box-sizing: border-box;
}

.warning-icon {
    font-size: 32px; /* Smaller on mobile */
    color: #ff6b6b;
    flex-shrink: 0;
}

.warning-content h4 {
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px; /* Smaller on mobile */
}

.warning-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warning-content ul li {
    padding: 6px 0;
    padding-left: 25px; /* Smaller indent on mobile */
    position: relative;
    color: #2b2f3a;
    font-size: 14px; /* Smaller on mobile */
    line-height: 1.4;
}

.warning-content ul li:before {
    content: "•";
    position: absolute;
    left: 8px; /* Smaller on mobile */
    color: #ff6b6b;
    font-size: 16px; /* Smaller on mobile */
}

.contact-section {
    background: white;
    border-radius: 12px; /* Smaller on mobile */
    padding: 25px 20px; /* Less padding on mobile */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    width: 100%;
    box-sizing: border-box;
}

.contact-header {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 25px;
}

.contact-icon {
    font-size: 28px; /* Smaller on mobile */
    color: #8a7cff;
}

.contact-header h2 {
    color: #1a1a2e;
    margin: 0;
    font-size: 22px; /* Smaller on mobile */
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 20px;
    margin-bottom: 25px;
    width: 100%;
}

.contact-card {
    background: rgba(138, 124, 255, 0.05);
    border-radius: 10px; /* Smaller on mobile */
    padding: 20px; /* Less padding on mobile */
    border: 1px solid rgba(138, 124, 255, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.address-card {
    /* No span on mobile */
}

.contact-card h4 {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    align-items: center;
    text-align: center;
    gap: 8px;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 16px; /* Smaller on mobile */
}

.contact-card-icon {
    color: #8a7cff;
    font-size: 18px; /* Smaller on mobile */
}

.contact-card p {
    margin: 6px 0;
    color: #2b2f3a;
    line-height: 1.5;
    font-size: 14px; /* Smaller on mobile */
    word-break: break-word; /* Prevent overflow */
}

.contact-link {
    color: #8a7cff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px; /* Smaller on mobile */
    transition: 0.3s;
    display: inline-block;
    word-break: break-all; /* Handle long URLs */
}

.contact-link:hover {
    color: #7fffd4;
    text-decoration: underline;
}

.action-buttons {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    gap: 15px;
    justify-content: center;
    width: 100%;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #7fffd4, #8a7cff);
    color: #071129;
    font-weight: 600;
    padding: 14px 20px; /* Adjusted for mobile */
    border-radius: 50px;
    border: none;
    font-size: 15px; /* Smaller on mobile */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(138, 124, 255, 0.2);
    width: 100%; /* Full width on mobile */
    min-width: auto; /* Remove min-width on mobile */
    box-sizing: border-box;
    text-align: center;
}

.action-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(138, 124, 255, 0.4);
}

.action-btn:active {
    transform: translateY(-1px);
}

.download-btn {
    background: linear-gradient(135deg, #8a7cff, #a396ff);
}

.print-btn {
    background: linear-gradient(135deg, #7fffd4, #6ae6c3);
}

/* ============================================
   TABLET RESPONSIVE (600px and up)
   ============================================ */
@media (min-width: 600px) {
    .warranty-wrapper {
        padding: 30px 25px;
    }
    
    .warranty-header {
        padding: 35px 30px;
        border-radius: 18px;
    }
    
    .company-badge {
        flex-direction: row;
        text-align: left;
        width: fit-content;
        max-width: none;
    }
    
    .badge-icon {
        font-size: 26px;
    }
    
    .company-name {
        font-size: 19px;
    }
    
    .warranty-title {
        font-size: 30px;
        text-align: center;
    }
    
    .last-updated {
        flex-direction: row;
        text-align: left;
        width: fit-content;
        max-width: none;
    }
    
    .policy-summary {
        flex-direction: row;
        text-align: left;
        padding: 25px;
    }
    
    .summary-icon {
        font-size: 36px;
    }
    
    .summary-text {
        font-size: 17px;
    }
    
    .policy-section {
        padding: 30px;
        border-radius: 15px;
    }
    
    .section-header {
        flex-direction: row;
        align-items: center;
    }
    
    .section-number {
        font-size: 42px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .info-card h3 {
        flex-direction: row;
        align-items: center;
    }
    
    .grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .mini-icon {
        margin: 0;
    }
    
    .process-flow {
        flex-direction: row;
        padding: 25px;
    }
    
    .flow-step {
        width: auto;
        min-width: 180px;
    }
    
    .flow-arrow {
        transform: none;
        margin: 0;
    }
    
    .policy-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .grid-header {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    
    .warning-box {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        padding: 25px;
    }
    
    .contact-header {
        flex-direction: row;
        text-align: left;
    }
    
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-card h4 {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
    
    .action-buttons {
        flex-direction: row;
    }
    
    .action-btn {
        width: auto;
        min-width: 180px;
    }
}

/* ============================================
   DESKTOP RESPONSIVE (768px and up)
   ============================================ */
@media (min-width: 768px) {
    .warranty-wrapper {
        padding: 40px 20px;
    }
    
    .warranty-header {
        padding: 40px;
        border-radius: 20px;
    }
    
    .badge-icon {
        font-size: 28px;
    }
    
    .company-name {
        font-size: 20px;
    }
    
    .warranty-title {
        font-size: 36px;
        text-align: center;
    }
    
    .last-updated {
        font-size: 16px;
    }
    
    .policy-summary {
        padding: 30px;
    }
    
    .summary-icon {
        font-size: 40px;
    }
    
    .summary-text {
        font-size: 18px;
    }
    
    .policy-section {
        padding: 40px;
    }
    
    .section-number {
        font-size: 48px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .grid-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    
    .process-flow {
        padding: 30px;
    }
    
    .policy-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .contact-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .address-card {
        grid-column: span 2;
    }
    
    .action-btn {
        min-width: 200px;
    }
}

/* ============================================
   LARGE DESKTOP RESPONSIVE (1024px and up)
   ============================================ */
@media (min-width: 1024px) {
    .warranty-title {
        font-size: 42px;
        text-align: center;
    }
    
    .process-flow {
        flex-direction: row;
    }
    
    .flow-arrow {
        transform: none;
        margin: 0;
    }
}/* End custom CSS */