.elementor-93 .elementor-element.elementor-element-60e835b9{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-231b7cc6 *//* ISN Reset Service Styles - Blue Color Scheme */
.isn-reset-service * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.isn-reset-service {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #1a1f2e 0%, #2a3347 100%);
    color: #333;
    line-height: 1.6;
    padding: clamp(1rem, 3vw, 2rem);
    min-height: 100vh;
}

.isn-reset-content-container {
    max-width: min(1200px, 95vw);
    width: 100%;
    margin: 0 auto;
}

/* Header Section */
.isn-reset-hero-section {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 3vw, 3rem);
    text-align: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    overflow: hidden;
}

.isn-reset-hero-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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.isn-reset-hero-section h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.isn-reset-hero-subtitle {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
}

/* Content Styling */
.isn-reset-service-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b3;
    box-shadow: 0 5px 20px rgba(0, 102, 179, 0.1);
    font-size: clamp(1rem, 2vw, 1.1rem);
    font-weight: 500;
    color: #2d3748;
    line-height: 1.7;
}

.isn-reset-service-intro a {
    color: #0066b3;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.isn-reset-service-intro a:hover {
    color: #004a8f;
    border-bottom-color: #004a8f;
}

/* Compatibility Section */
.isn-reset-compatibility-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.isn-reset-compatibility-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.isn-reset-compatibility-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    border-radius: 2px;
}

.isn-reset-compatibility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.isn-reset-compatibility-card {
    background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.isn-reset-compatibility-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.isn-reset-compatibility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 102, 179, 0.15);
    border-color: #0066b3;
}

.isn-reset-compatibility-card:hover::before {
    transform: scaleX(1);
}

.isn-reset-compatibility-icon {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 102, 179, 0.3);
}

.isn-reset-compatibility-card:hover .isn-reset-compatibility-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 102, 179, 0.4);
}

.isn-reset-compatibility-card h3 {
    color: #1a1f2e;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.isn-reset-model-list {
    text-align: left;
}

.isn-reset-model-list .isn-reset-paragraph {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0.5rem 0;
    padding: 0.25rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.isn-reset-model-list .isn-reset-paragraph:last-child {
    border-bottom: none;
}

.isn-reset-compatibility-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Benefits Section */
.isn-reset-benefits-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b3;
}

.isn-reset-benefits-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    font-weight: 700;
}

.isn-reset-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.isn-reset-benefit-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.isn-reset-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 102, 179, 0.1);
    border-color: #0066b3;
}

.isn-reset-benefit-icon {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 102, 179, 0.3);
}

.isn-reset-benefit-card h3 {
    color: #0066b3;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.isn-reset-benefit-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Requirements Section */
.isn-reset-requirements-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.isn-reset-requirements-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.isn-reset-requirements-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    border-radius: 2px;
}

.isn-reset-requirements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.isn-reset-requirement-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.isn-reset-requirement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.isn-reset-requirement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 102, 179, 0.15);
    border-color: #0066b3;
}

.isn-reset-requirement-card:hover::before {
    transform: scaleX(1);
}

.isn-reset-requirement-number {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 102, 179, 0.3);
    transition: all 0.3s ease;
}

.isn-reset-requirement-card:hover .isn-reset-requirement-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 102, 179, 0.4);
}

.isn-reset-requirement-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.isn-reset-requirement-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Process Section */
.isn-reset-process-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.isn-reset-process-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.isn-reset-process-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    border-radius: 2px;
}

.isn-reset-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.isn-reset-process-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.isn-reset-process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.isn-reset-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 102, 179, 0.15);
    border-color: #0066b3;
}

.isn-reset-process-card:hover::before {
    transform: scaleX(1);
}

.isn-reset-step-number {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 102, 179, 0.3);
    transition: all 0.3s ease;
}

.isn-reset-process-card:hover .isn-reset-step-number {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 102, 179, 0.4);
}

.isn-reset-process-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.isn-reset-process-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Section */
.isn-reset-faq-section {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    border-left: 5px solid #0066b3;
}

.isn-reset-faq-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.isn-reset-faq-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    border-radius: 2px;
}

.isn-reset-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.isn-reset-faq-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: clamp(1.5rem, 3vw, 2rem);
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.isn-reset-faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 102, 179, 0.1);
    border-color: #0066b3;
}

.isn-reset-faq-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

.isn-reset-faq-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Time Badge */
.isn-reset-time-badge {
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 15px;
    text-align: center;
    margin: 2.5rem 0;
    box-shadow: 0 8px 30px rgba(0, 102, 179, 0.3);
    position: relative;
    overflow: hidden;
}

.isn-reset-time-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.isn-reset-time-badge h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
}

.isn-reset-time-text {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.isn-reset-time-subtext {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
    position: relative;
}

/* CTA Section */
.isn-reset-cta-section {
    background: linear-gradient(135deg, #1a1f2e 0%, #2d3748 100%);
    color: white;
    padding: clamp(2rem, 4vw, 3.5rem);
    text-align: center;
    border-radius: 20px;
    margin: 3rem 0 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.isn-reset-cta-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 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
}

.isn-reset-cta-section h2 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 700;
    position: relative;
}

.isn-reset-white-text {
    color: white !important;
    margin-bottom: 1rem;
    opacity: 0.95;
    font-size: 1.1rem;
    position: relative;
}

.isn-reset-contact-nav {
    margin: 2rem 0;
    position: relative;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.isn-reset-whatsapp-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

.isn-reset-whatsapp-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.isn-reset-whatsapp-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.isn-reset-whatsapp-button:hover::before {
    left: 100%;
}

.isn-reset-whatsapp-button i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
    color: white !important;
}

.isn-reset-faq-button {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white !important;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(108, 117, 125, 0.3);
}

.isn-reset-faq-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(108, 117, 125, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    color: white !important;
}

.isn-reset-faq-button i {
    margin-right: 0.75rem;
    font-size: 1.4rem;
    color: white !important;
}

.isn-reset-disclaimer {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 2px solid #ffc107;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    margin: 2rem 0 0;
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.1);
}

.isn-reset-disclaimer h3 {
    color: #856404;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
}

.isn-reset-disclaimer .isn-reset-paragraph {
    color: #856404;
    margin: 0;
}

/* Related Section */
.isn-reset-related-section {
    background: white;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    margin: 2rem 0;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.isn-reset-related-section h2 {
    color: #1a1f2e;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 0.5rem;
}

.isn-reset-related-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    border-radius: 2px;
}

.isn-reset-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.isn-reset-related-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.isn-reset-related-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #0066b3, #004a8f);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.isn-reset-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 102, 179, 0.15);
    border-color: #0066b3;
}

.isn-reset-related-card:hover::before {
    transform: scaleX(1);
}

.isn-reset-related-card h3 {
    color: #1a1f2e;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.isn-reset-related-card .isn-reset-paragraph {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 1.5rem 0;
}

.isn-reset-related-button {
    display: inline-block;
    background: linear-gradient(135deg, #0066b3 0%, #004a8f 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    border: 2px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 102, 179, 0.3);
}

.isn-reset-related-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 179, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* Utility Classes */
.isn-reset-paragraph {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4a5568;
    font-size: 1.05rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .isn-reset-process-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .isn-reset-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .isn-reset-requirements-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .isn-reset-compatibility-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .isn-reset-faq-grid {
        grid-template-columns: 1fr;
    }
    
    .isn-reset-related-grid {
        grid-template-columns: 1fr;
    }
    
    .isn-reset-contact-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .isn-reset-whatsapp-button,
    .isn-reset-faq-button {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .isn-reset-process-card {
        padding: 1.25rem;
    }
    
    .isn-reset-benefit-card {
        padding: 1.25rem;
    }
    
    .isn-reset-requirement-card {
        padding: 1.25rem;
    }
    
    .isn-reset-compatibility-card {
        padding: 1.25rem;
    }
    
    .isn-reset-faq-card {
        padding: 1.25rem;
    }
    
    .isn-reset-related-card {
        padding: 1.25rem;
    }
    
    .isn-reset-step-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .isn-reset-requirement-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .isn-reset-compatibility-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .isn-reset-benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}/* End custom CSS */