.elementor-5567 .elementor-element.elementor-element-7f418d9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Unprefixed Global Styles */
:root {
    --primary: #ffdf1e;
    --primary-dark: #e6c81b;
    --secondary: #404040;
    --accent: #f5ec93;
    --success: #10B981;
    --warning: #F59E0B;
    --error: #EF4444;
    --neutral-50: #FFFFFF;
    --neutral-100: #F9FAFB;
    --neutral-200: #F3F4F6;
    --neutral-300: #e5e5e5;
    --neutral-400: #c4c3be;
    --neutral-500: #999999;
    --neutral-600: #666666;
    --neutral-700: #505050;
    --neutral-800: #404040;
    --neutral-900: #1a1a1a;
    
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.06), 0 2px 4px -2px rgb(0 0 0 / 0.06);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.08), 0 4px 6px -4px rgb(0 0 0 / 0.08);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.08);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.2);
    
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 20px;
    --radius-3xl: 24px;
    --radius-full: 9999px;
    
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
    --spacing-3xl: 64px;
    --spacing-4xl: 96px;
}

/* Unprefixed Animations */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
@keyframes shimmer { 0% { left: -100%; } 100% { left: 100%; } }

/* Prefixed Styles */
.superdent-return-policy-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.superdent-return-policy-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: var(--neutral-50);
    color: var(--secondary);
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Utility Classes */
.superdent-return-policy-content .container { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.superdent-return-policy-content .text-center { text-align: center; }
.superdent-return-policy-content .text-primary { color: var(--primary-dark); }
.superdent-return-policy-content .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease-out; }
.superdent-return-policy-content .reveal.visible { opacity: 1; transform: translateY(0); }

/* Page Header */
.superdent-return-policy-content .page-header {
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    padding: var(--spacing-3xl) 0;
    position: relative;
    overflow: hidden;
}

.superdent-return-policy-content .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="a" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffdf1e" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffdf1e" stop-opacity="0"/></radialGradient></defs><circle cx="200" cy="300" r="150" fill="url(%23a)"/><circle cx="800" cy="700" r="200" fill="url(%23a)"/></svg>') no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
    pointer-events: none;
}

.superdent-return-policy-content .page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.superdent-return-policy-content .breadcrumb {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
    font-size: 14px;
    color: var(--neutral-600);
    margin-bottom: var(--spacing-lg);
}

.superdent-return-policy-content .breadcrumb a {
    color: var(--neutral-600);
    text-decoration: none;
    transition: color 0.2s ease;
}

.superdent-return-policy-content .breadcrumb a:hover {
    color: var(--primary-dark);
}

.superdent-return-policy-content .page-title {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    margin-bottom: var(--spacing-md);
    color: var(--secondary);
}

.superdent-return-policy-content .page-subtitle {
    font-size: 20px;
    color: var(--neutral-600);
    margin-bottom: var(--spacing-xl);
}

.superdent-return-policy-content .trust-promise {
    background: rgba(255, 223, 30, 0.1);
    border: 2px solid var(--primary);
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg) var(--spacing-xl);
    display: inline-block;
}

.superdent-return-policy-content .trust-promise .english-text {
    font-size: 14px;
    color: var(--neutral-600);
    font-weight: 500;
}

/* Quick Summary */
.superdent-return-policy-content .quick-summary {
    padding: var(--spacing-3xl) 0;
    background: var(--primary);
}

.superdent-return-policy-content .summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-xl);
}

.superdent-return-policy-content .summary-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--neutral-200);
    position: relative;
    overflow: hidden;
}

.superdent-return-policy-content .summary-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.superdent-return-policy-content .summary-card:hover::before {
    opacity: 0.05;
}

.superdent-return-policy-content .summary-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-2xl);
}

.superdent-return-policy-content .summary-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--secondary), var(--neutral-700));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 24px;
    margin: 0 auto var(--spacing-lg);
    box-shadow: var(--shadow-lg);
}

.superdent-return-policy-content .summary-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
    color: var(--secondary);
}

.superdent-return-policy-content .summary-desc {
    color: var(--neutral-600);
    font-size: 15px;
    line-height: 1.6;
}

/* Policy Details */
.superdent-return-policy-content .policy-details {
    padding: var(--spacing-4xl) 0;
    background: var(--neutral-50);
}

.superdent-return-policy-content .section-header {
    text-align: center;
    margin-bottom: var(--spacing-3xl);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.superdent-return-policy-content .eyebrow-heading {
    color: var(--primary-dark);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: var(--spacing-md);
}

.superdent-return-policy-content .section-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    margin-bottom: var(--spacing-md);
    letter-spacing: -0.02em;
}

.superdent-return-policy-content .section-subtitle {
    font-size: 18px;
    color: var(--neutral-600);
    line-height: 1.7;
}

.superdent-return-policy-content .conditions-grid {
    display: grid;
    gap: var(--spacing-xl);
    margin-top: var(--spacing-3xl);
}

.superdent-return-policy-content .condition-card {
    background: white;
    border-radius: var(--radius-2xl);
    padding: var(--spacing-2xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--neutral-200);
    transition: all 0.3s ease;
}

.superdent-return-policy-content .condition-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-2xl);
    border-color: var(--primary);
}

.superdent-return-policy-content .condition-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.superdent-return-policy-content .condition-icon {
    width: 70px;
    height: 70px;
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: var(--shadow-md);
    flex-shrink: 0;
}

.superdent-return-policy-content .perfect-condition .condition-icon {
    background: linear-gradient(135deg, var(--success), #059669);
    color: white;
}

.superdent-return-policy-content .good-condition .condition-icon {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--secondary);
}

.superdent-return-policy-content .used-condition .condition-icon {
    background: linear-gradient(135deg, var(--warning), #D97706);
    color: white;
}

.superdent-return-policy-content .installed-condition .condition-icon {
    background: linear-gradient(135deg, #8B5CF6, #7C3AED);
    color: white;
}

.superdent-return-policy-content .damaged-condition .condition-icon {
    background: linear-gradient(135deg, var(--error), #DC2626);
    color: white;
}

.superdent-return-policy-content .condition-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: var(--spacing-sm);
}

.superdent-return-policy-content .condition-content p {
    color: var(--neutral-600);
    font-size: 16px;
    margin-bottom: var(--spacing-md);
}

.superdent-return-policy-content .condition-fees {
    background: var(--neutral-100);
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    border-left: 4px solid var(--primary);
}

.superdent-return-policy-content .condition-fees h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: var(--spacing-sm);
}

.superdent-return-policy-content .fee-list {
    list-style: none;
}

.superdent-return-policy-content .fee-list li {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-xs);
    color: var(--neutral-600);
    font-size: 15px;
}

.superdent-return-policy-content .fee-list li i {
    color: var(--primary-dark);
    width: 16px;
}

/* Process Timeline */
.superdent-return-policy-content .process-timeline {
    padding: var(--spacing-4xl) 0;
    background: var(--neutral-100);
}

.superdent-return-policy-content .timeline-container {
    max-width: 900px;
    margin: 0 auto;
}

.superdent-return-policy-content .timeline-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-2xl);
    position: relative;
}

.superdent-return-policy-content .timeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 39px;
    top: 80px;
    width: 2px;
    height: 60px;
    background: var(--primary);
    opacity: 0.3;
}

.superdent-return-policy-content .step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: var(--secondary);
    box-shadow: 0 8px 16px rgba(255, 223, 30, 0.3);
    position: relative;
    z-index: 2;
}

.superdent-return-policy-content .step-content {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--neutral-200);
}

.superdent-return-policy-content .step-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: var(--spacing-md);
}

.superdent-return-policy-content .step-desc {
    color: var(--neutral-600);
    line-height: 1.7;
    margin-bottom: var(--spacing-md);
}

.superdent-return-policy-content .step-details {
    background: var(--neutral-50);
    border-radius: var(--radius-lg);
    padding: var(--spacing-md);
    border-left: 3px solid var(--primary);
}

.superdent-return-policy-content .step-details ul {
    list-style: none;
    margin: 0;
}

.superdent-return-policy-content .step-details li {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-xs);
    color: var(--neutral-600);
    font-size: 14px;
}

.superdent-return-policy-content .step-details li i {
    color: var(--success);
    margin-top: 2px;
    width: 14px;
}

/* Important Notes */
.superdent-return-policy-content .important-notes {
    padding: var(--spacing-4xl) 0;
    background: var(--neutral-50);
}

.superdent-return-policy-content .notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-3xl);
}

.superdent-return-policy-content .note-card {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--neutral-200);
    position: relative;
    overflow: hidden;
}

.superdent-return-policy-content .note-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.superdent-return-policy-content .warranty-note::before { background: var(--success); }
.superdent-return-policy-content .shipping-note::before { background: var(--warning); }
.superdent-return-policy-content .custom-note::before { background: var(--error); }

.superdent-return-policy-content .note-header {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.superdent-return-policy-content .note-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.superdent-return-policy-content .warranty-note .note-icon { background: var(--success); }
.superdent-return-policy-content .shipping-note .note-icon { background: var(--warning); }
.superdent-return-policy-content .custom-note .note-icon { background: var(--error); }

.superdent-return-policy-content .note-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}

.superdent-return-policy-content .note-content {
    color: var(--neutral-600);
    line-height: 1.7;
}

/* Contact Section */
.superdent-return-policy-content .contact-section {
    padding: var(--spacing-4xl) 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    position: relative;
    overflow: hidden;
}

.superdent-return-policy-content .contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="b" cx="50%" cy="50%"><stop offset="0%" stop-color="%23ffffff" stop-opacity="0.1"/><stop offset="100%" stop-color="%23ffffff" stop-opacity="0"/></radialGradient></defs><circle cx="100" cy="200" r="100" fill="url(%23b)"/><circle cx="900" cy="800" r="150" fill="url(%23b)"/></svg>') no-repeat;
    background-size: 100% 100%;
    opacity: 0.3;
    pointer-events: none;
}

.superdent-return-policy-content .contact-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.superdent-return-policy-content .contact-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: var(--secondary);
    margin-bottom: var(--spacing-md);
}

.superdent-return-policy-content .contact-subtitle {
    font-size: 18px;
    color: var(--neutral-800);
    margin-bottom: var(--spacing-xl);
    opacity: 0.9;
}

.superdent-return-policy-content .contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.superdent-return-policy-content .contact-method {
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--spacing-lg);
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--secondary);
    box-shadow: var(--shadow-md);
}

.superdent-return-policy-content .contact-method:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.superdent-return-policy-content .contact-method-icon {
    width: 50px;
    height: 50px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 20px;
    margin: 0 auto var(--spacing-md);
}

.superdent-return-policy-content .contact-method-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
}

.superdent-return-policy-content .contact-method-desc {
    font-size: 14px;
    color: var(--neutral-600);
}

/* Responsive Design */
@media (max-width: 768px) {
    .superdent-return-policy-content .summary-grid {
        grid-template-columns: 1fr;
    }
    
    .superdent-return-policy-content .timeline-step {
        grid-template-columns: 60px 1fr;
        gap: var(--spacing-md);
    }
    
    .superdent-return-policy-content .step-number {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .superdent-return-policy-content .contact-methods {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .superdent-return-policy-content .container {
        padding: 0 16px;
    }
    
    .superdent-return-policy-content .conditions-grid {
        gap: var(--spacing-lg);
    }
    
    .superdent-return-policy-content .condition-card {
        padding: var(--spacing-lg);
    }
    
    .superdent-return-policy-content .condition-header {
        flex-direction: column;
        text-align: center;
        gap: var(--spacing-md);
    }
}/* End custom CSS */