/* Restore Plus Page Styles */
:root {
    --primary: #005f8c;       /* Deep Ocean Blue */
    --primary-light: #e6f2f8;  /* Light blue background */
    --secondary: #ff7e5f;     /* Coral accent */
    --accent: #00a3bf;        /* Teal accent */
    --dark: #1a2b3c;          /* Dark blue-gray */
    --light: #f8fafc;         /* Off-white */
    --success: #2ecc71;       /* Green for success/CTAs */
    --text: #2c3e50;          /* Dark blue-gray for text */
    --text-light: #7f8c8d;    /* Lighter text */
    --border: #e1e8ed;        /* Light border color */
    --shadow: rgba(0, 95, 140, 0.1);
}

/* Reset and Base Styles */
body {
    color: var(--text);
    line-height: 1.7;
}

/* Restore Image */
.restore-image {
    max-width: 18%;
    margin: 5px auto 10px;
    text-align: center;
}

.restore-image img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.page-subtitle {
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
}

.page-subtitle strong {
    color: var(--primary);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: -0.5px;
    display: block;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .restore-image {
        max-width: 80%;
        margin: 10px auto 15px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: var(--dark);
    font-weight: 700;
}

a {
    color: var(--primary);
    transition: color 0.3s ease;
}

a:hover {
    color: var(--accent);
    text-decoration: none;
}

/* Pricing Section */
.pricing-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.pricing-intro {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-intro h3 {
    color: var(--primary);
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.pricing-section {
    margin: 30px 0;
}

.pricing-section h4 {
    color: var(--dark);
    font-size: 1.4rem;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item .service {
    flex: 1;
}

.pricing-item .price {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary);
    margin-left: 20px;
}

.pricing-item p {
    margin: 5px 0 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

.disclaimer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
}

.pricing-item.highlight {
    border: 2px solid var(--accent);
    background: #f8fafc;
    position: relative;
    padding: 25px;
    margin: 25px 0;
}

.savings-badge {
    display: inline-block;
    background: var(--accent);
    color: white;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 10px;
}

.disclaimer {
    font-size: 0.85rem;
    color: var(--text-light);
    font-style: italic;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.price-tag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 159, 191, 0.3);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    letter-spacing: 0.5px;
}

.savings-badge {
    background: linear-gradient(135deg, var(--success), #27ae60);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(46, 204, 113, 0.3);
}

/* Pricing Section Headers */
.pricing-section h4 {
    color: var(--primary);
    margin: 30px 0 25px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-section h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

.disclaimer {
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
    
    .pricing-card {
        padding: 25px 20px;
    }
    
    .price-tag {
        font-size: 1rem;
        padding: 4px 12px;
    }
}
.page-subtitle {
    text-align: center;
    font-size: 1.25rem;
    color: #0a4b78;
    margin-bottom: 30px;
}

.feature-icon {
    color: #0a4b78;
    margin-right: 10px;
}

.price-icon {
    margin-right: 10px;
}

.cta-title {
    text-align: center;
    margin-top: 0;
}

.cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.restore-plus {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #333;
    line-height: 1.7;
}

.restore-plus h1 {
    color: #0a4b78;
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.restore-plus h2 {
    color: #0a4b78;
    margin: 40px 0 20px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px;
}

.restore-plus h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #0a4b78;
}

.restore-plus h3 {
    color: #0a4b78;
    margin: 30px 0 15px;
    font-size: 1.4rem;
}

.restore-plus p, 
.restore-plus ul {
    margin-bottom: 20px;
    color: #555;
}

.restore-plus ul {
    padding-left: 25px;
}

.restore-plus li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.restore-plus li:before {
    content: '•';
    color: #0a4b78;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.divider {
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0;
}

.price-box {
    background: #f8f9fa;
    border-left: 4px solid #0a4b78;
    padding: 30px;
    margin: 30px 0;
    border-radius: 4px;
}

.price-box h4 {
    margin-top: 0;
    color: #0a4b78;
    font-size: 1.4rem;
}

.price-box ul {
    margin-top: 20px;
}

.price-box li {
    margin-bottom: 15px;
    padding-left: 30px;
}

.price-box li:before {
    content: '✓';
    color: #28a745;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .restore-plus h1 {
        font-size: 2rem;
    }
    
    .restore-plus h2 {
        font-size: 1.6rem;
    }
    
    .restore-plus {
        padding: 40px 15px;
    }
    
    .price-box {
        padding: 20px 15px;
    }
}

/* Hamburger Icon Styles */
.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.mobile-menu-btn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #002244; /* or your preferred color */
    margin-bottom: 6px;  /* space between lines */
    border-radius: 2px;
    transition: all 0.3s;
}
.mobile-menu-btn span:last-child {
    margin-bottom: 0;
}

