/* Test2 Plugin - Combined Sections */

.test2-widget {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow-x: hidden;
}

/* ========== SECTION 1 ========== */
.test2-section1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #2a2a1a 0%, #1a1a0a 20%, #000000 50%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.test2-stars {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.test2-star {
    position: absolute;
    background: #D97706;
    border-radius: 50%;
    animation: test2Twinkle 3s infinite;
}

@keyframes test2Twinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.3); }
}

.test2-container {
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

.test2-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #22C55E;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.test2-card4:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(255, 235, 59, 0.7);
}

.test2-card-after {
    border: 2px solid rgba(34, 197, 94, 0.5);
}

.test2-card-after:hover {
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.7);
}
.test2-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.test2-highlight {
    color: #D97706;
    display: block;
}

.test2-subtitle {
    font-size: 20px;
    color: #d0d0d0;
    margin-bottom: 20px;
}

.test2-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: #d0d0d0;
    margin-bottom: 50px;
}

.test2-stats svg {
    width: 20px;
    height: 20px;
    color: #D97706;
}

.test2-section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
    color: #22C55E;
}

.test2-description {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.8;
    margin-bottom: 40px;
}

.test2-button-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.test2-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.test2-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.6);
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
}

.test2-cta-button svg {
    width: 20px;
    height: 20px;
}

/* ========== SECTION 2 ========== */
.test2-section2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #000000;
    color: white;
    min-height: 100vh;
    padding: 60px 20px;
    position: relative;
}

.test2-container2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.test2-badge2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #EF4444;
    width: fit-content;
    margin: 0 auto 30px;
    transition: all 0.3s ease;
}

.test2-badge2:hover {
    background: rgba(239, 68, 68, 0.2);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.test2-badge2 svg {
    width: 16px;
    height: 16px;
}

.test2-title2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: center;
}

.test2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.test2-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.test2-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(255, 235, 59, 0.7);
}

.test2-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    transition: color 0.3s ease;
}

.test2-card:hover .test2-card-title {
    color: #F59E0B;
}

.test2-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.test2-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: #d0d0d0;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.test2-item:hover {
    transform: translateX(8px);
    color: #fff;
}

.test2-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.4s ease;
}

.test2-item:hover .test2-circle {
    transform: rotate(360deg) scale(1.2);
}

.test2-circle.test2-red {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.test2-circle.test2-gold {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.test2-item:hover .test2-circle.test2-red {
    background: rgba(239, 68, 68, 0.3);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.4);
}

.test2-item:hover .test2-circle.test2-gold {
    background: rgba(245, 158, 11, 0.3);
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
}

.test2-circle svg {
    width: 14px;
    height: 14px;
}

.test2-circle.test2-red svg {
    color: #EF4444;
}

.test2-circle.test2-gold svg {
    color: #F59E0B;
}

.test2-quote {
    margin-top: 60px;
    background: linear-gradient(135deg, rgba(50, 50, 30, 0.3) 0%, rgba(30, 30, 20, 0.3) 100%);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.4s ease;
}

.test2-quote:hover {
    background: linear-gradient(135deg, rgba(60, 60, 35, 0.4) 0%, rgba(40, 40, 25, 0.4) 100%);
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(255, 235, 59, 0.7);
}

.test2-quote-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    color: #F59E0B;
    transition: transform 0.4s ease;
}

.test2-quote:hover .test2-quote-icon {
    transform: scale(1.2) rotate(5deg);
}

.test2-quote-text {
    font-size: 18px;
    font-style: italic;
    color: #d0d0d0;
    line-height: 1.6;
}

.test2-quote-highlight {
    color: #F59E0B;
    font-weight: 600;
    font-style: normal;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .test2-title {
        font-size: 40px;
    }

    .test2-section-title {
        font-size: 22px;
    }

    .test2-subtitle {
        font-size: 18px;
    }

    .test2-description {
        font-size: 16px;
    }

    .test2-title2 {
        font-size: 40px;
    }

    .test2-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .test2-card {
        padding: 20px;
    }
}

/* ========== SECTION 3 ========== */
.test2-section3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #111111 0%, #0b0b0b 35%, #000000 70%);
    color: white;
    min-height: 100vh;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.test2-stars3 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.test2-container3 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.test2-badge3 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #22C55E;
    width: fit-content;
    margin: 0 auto 30px;
    transition: all 0.3s ease;
}

.test2-badge3:hover {
    background: rgba(34, 197, 94, 0.2);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}

.test2-badge3 svg {
    width: 16px;
    height: 16px;
}

.test2-title3 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: center;
}

.test2-subtitle3 {
    font-size: 18px;
    color: #a0a0a0;
    margin-bottom: 50px;
    line-height: 1.5;
    text-align: center;
}

.test2-subtitle-highlight {
    color: #D97706;
    font-weight: 600;
}

.test2-image-container {
    background: rgba(34, 197, 94, 0.05);
    border: 2px solid rgba(34, 197, 94, 0.5);
    border-radius: 30px;
    padding: 12px;
    max-width: 600px;
    margin: 0 auto 50px;
}

.test2-comparison-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: none;
    display: block;
}

.test2-features-section-wrapper {
    margin-bottom: 60px;
}

.test2-features-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.test2-feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    padding: 16px;
    transition: all 0.3s ease;
}

.test2-feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
}

.test2-feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.test2-quote-section3 {
    background: linear-gradient(135deg, rgba(50, 50, 30, 0.3) 0%, rgba(30, 30, 20, 0.3) 100%);
    border: 2px solid white;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
}

.test2-quote-icon3 {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    color: #D97706;
}

.test2-quote-text3 {
    font-size: 18px;
    font-style: italic;
    color: #d0d0d0;
    line-height: 1.6;
    margin: 0;
}

.test2-quote-highlight3 {
    color: #D97706;
    font-weight: 600;
    font-style: normal;
}

/* Responsive Section 3 */
@media (max-width: 968px) {
    .test2-title3 {
        font-size: 40px;
    }

    .test2-image-container {
        border: 2px solid rgba(34, 197, 94, 0.5);
        border-radius: 20px;
        padding: 8px;
        margin-bottom: 40px;
    }

    .test2-comparison-image {
        border-radius: 15px;
    }

    .test2-feature-card {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 14px;
    }

    .test2-quote-section3 {
        border: 1px solid white;
        padding: 24px;
        margin-top: 40px;
    }

    .test2-section3 {
        padding: 40px 15px;
    }
}

@media (max-width: 480px) {
    .test2-comparison-image {
        border-radius: 15px;
    }

    .test2-feature-card {
        padding: 12px;
        border-radius: 10px;
    }

    .test2-quote-section3 {
        border-radius: 15px;
        padding: 20px;
    }

    .test2-title3 {
        font-size: 32px;
    }

    .test2-feature-card h3 {
        font-size: 14px;
    }
}

/* ========== SECTION 4 ========== */
.test2-section4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #111111 0%, #0b0b0b 35%, #000000 70%);
    color: white;
    min-height: 100vh;
    padding: 60px 20px;
    position: relative;
}

.test2-container4 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.test2-badge4 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #22C55E;
    width: fit-content;
    margin: 0 auto 40px;
    transition: all 0.3s ease;
}

.test2-badge4:hover {
    background: rgba(34, 197, 94, 0.2);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}

.test2-badge4 svg {
    width: 16px;
    height: 16px;
}

.test2-title4 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 50px;
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: center;
}

.test2-highlight4 {
    color: #D97706;
}

.test2-cards-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 30px;
    margin-bottom: 50px;
    align-items: stretch;
}

.test2-card4 {
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 32px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.test2-card4.test2-card-before {
    border: 2px solid rgba(239, 68, 68, 0.5);
}

.test2-card4.test2-card-before:hover {
    box-shadow: 0 0 40px rgba(239, 68, 68, 0.7);
}

.test2-card4::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.test2-card4:hover::before {
    opacity: 1;
}

.test2-card4:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: scale(1.03);
    box-shadow: 0 0 40px rgba(255, 235, 59, 0.7);
}

.test2-card4.test2-card-after {
    border: 2px solid rgba(34, 197, 94, 0.5);
}

.test2-card4.test2-card-after:hover {
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.7);
}

.test2-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.test2-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.test2-card-icon.red {
    background: rgba(239, 68, 68, 0.2);
    border: 2px solid rgba(239, 68, 68, 0.4);
}

.test2-card-icon.gold {
    background: rgba(217, 119, 6, 0.2);
    border: 2px solid rgba(217, 119, 6, 0.4);
}

.test2-card-icon.green {
    background: rgba(34, 197, 94, 0.2);
    border: 2px solid rgba(34, 197, 94, 0.4);
}

.test2-card-icon svg {
    width: 20px;
    height: 20px;
}

.test2-card-icon.red svg {
    color: #EF4444;
}

.test2-card-icon.gold svg {
    color: #D97706;
}

.test2-card-icon.green svg {
    color: #22C55E;
}

.test2-card-title4 {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.test2-card-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.test2-card-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #d0d0d0;
    transition: all 0.3s ease;
}

.test2-card-item:hover {
    transform: translateX(8px);
    color: #fff;
}

.test2-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.test2-item-icon.red {
    color: #EF4444;
}

.test2-item-icon.gold {
    color: #D97706;
}

.test2-item-icon.green {
    color: #22C55E;
}

.test2-comparison-section {
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid rgba(34, 197, 94, 0.5);
    transition: all 0.4s ease;
    align-self: center;

.test2-card-after {
    border: 2px solid rgba(34, 197, 94, 0.5);
}

.test2-card-after:hover {
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.7);
}
}

.test2-comparison-section:hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(255, 235, 59, 0.7);
}

.test2-comparison-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Section 4 */
@media (max-width: 968px) {
    .test2-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .test2-comparison-section {
        order: -1;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .test2-title4 {
        font-size: 40px;
    }

    .test2-card4 {
        padding: 24px;
    }
}

/* ========== SECTION 5 ========== */
.test2-section5 {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #111111 0%, #0b0b0b 35%, #000000 70%);
        color: white;
        min-height: 100vh;
        padding: 60px 20px;
}

.test2-container5 { max-width: 1200px; margin: 0 auto; }

.test2-badge5 {
    display: flex; align-items: center; gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px; border-radius: 20px; font-size: 13px;
    color: #22C55E; margin: 0 auto 30px; transition: .3s; width: fit-content;
}
.test2-badge5 svg { width:16px; height:16px; }
.test2-badge5:hover { background: rgba(34,197,94,.2); transform: scale(1.05); box-shadow: 0 0 20px rgba(34,197,94,.3); }

.test2-title5 { font-size: 56px; font-weight: 600; line-height:1.2; margin-bottom: 20px; text-align:center; font-family: 'Georgia','Times New Roman',serif; }
.test2-price5 { color:#F59E0B; }

.test2-subtitle5 { display:flex; align-items:center; justify-content:center; gap:8px; font-size:18px; color:#d0d0d0; margin-bottom:50px; }
.test2-subtitle5 svg { width:20px; height:20px; color:#F59E0B; }

.test2-main-grid5 { display:grid; grid-template-columns: 1fr 1fr; gap:30px; margin-bottom:50px; }
.test2-features-grid5 { display:grid; grid-template-columns: 1fr 1fr; gap:20px; }

.test2-feature5 { background: rgba(255,255,255,.03); border:2px solid rgba(255,255,255,.5); border-radius:16px; padding:24px; transition:.4s; display:flex; align-items:flex-start; gap:16px; }
.test2-feature5:hover { background: rgba(255,255,255,.06); transform: scale(1.03); box-shadow: 0 0 40px rgba(255,235,59,.7); }
.test2-feature5-icon { width:48px; height:48px; background: rgba(245,158,11,.2); border:2px solid rgba(245,158,11,.4); border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.test2-feature5-icon svg { width:24px; height:24px; color:#F59E0B; }
.test2-feature5-text h3 { font-size:16px; font-weight:600; margin:0; color:white; }

.test2-image-card5 { background: rgba(255,255,255,.03); border:2px solid rgba(34,197,94,.5); border-radius:16px; overflow:hidden; transition:.4s; display:flex; align-items:center; justify-content:center; }
.test2-image-card5:hover { transform: scale(1.02); box-shadow: 0 0 40px rgba(34,197,94,.7); }
.test2-image-card5 img { width:100%; height:auto; display:block; }
.test2-image-placeholder5 { background: linear-gradient(135deg, rgba(30,30,20,.5) 0%, rgba(20,20,15,.5) 100%); padding:40px; text-align:center; color:#666; min-height:400px; display:flex; align-items:center; justify-content:center; }

.test2-quote-section5 { background: linear-gradient(135deg, rgba(50,50,30,.3) 0%, rgba(30,30,20,.3) 100%); border:2px solid rgba(255,255,255,.5); border-radius:20px; padding:32px; text-align:center; transition:.4s; }
.test2-quote-section5:hover { background: linear-gradient(135deg, rgba(60,60,35,.4) 0%, rgba(40,40,25,.4) 100%); transform: scale(1.02); box-shadow: 0 0 40px rgba(255,235,59,.7); }
.test2-quote-icon5 { width:40px; height:40px; margin:0 auto 16px; color:#F59E0B; }
.test2-quote-text5 { font-size:20px; font-style:italic; color:#d0d0d0; line-height:1.6; }
.test2-quote-highlight5 { color:#F59E0B; font-weight:600; display:block; margin-top:8px; }

@media (max-width: 968px) {
    .test2-main-grid5 { grid-template-columns: 1fr; }
    .test2-features-grid5 { grid-template-columns: 1fr; }
    .test2-title5 { font-size: 40px; }
}

/* ========== SECTION 6 ========== */
.test2-section6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #111111 0%, #0b0b0b 35%, #000000 70%);
    color: white;
    min-height: 100vh;
    padding: 60px 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.test2-container6 { max-width: 1200px; margin: 0 auto; }

/* Badge */
.test2-badge6 {
    display: flex; align-items: center; gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px; border-radius: 20px; font-size: 13px;
    color: #22C55E; margin: 0 auto 30px; transition: all 0.3s ease; width: fit-content;
}
.test2-badge6:hover { background: rgba(34, 197, 94, 0.2); transform: scale(1.05); box-shadow: 0 0 20px rgba(34, 197, 94, 0.3); }
.test2-badge6 svg { width: 16px; height: 16px; }

/* Title */
.test2-title6 { font-size: 56px; font-weight: 600; line-height: 1.2; margin-bottom: 20px; font-family: 'Georgia','Times New Roman',serif; text-align: center; }
.test2-premium6 { color: #F59E0B; }

/* Subtitle */
.test2-subtitle6 { text-align: center; font-size: 18px; color: #d0d0d0; margin-bottom: 20px; }

/* CTA */
.test2-cta6 { display:flex; align-items:center; justify-content:center; gap:8px; font-size:20px; font-weight:600; color:#F59E0B; margin-bottom:50px; }
.test2-cta6 svg { width:24px; height:24px; }

/* Main Grid */
.test2-main-grid6 { display:grid; grid-template-columns: 1fr; gap:30px; align-items:start; }

/* Two-column row for feature blocks */
.test2-duo-grid6 { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:24px; }

/* Image Card */
.test2-image-card6 { background: rgba(255,255,255,.03); border:2px solid rgba(34,197,94,.5); border-radius:16px; overflow:hidden; transition:.4s; }
.test2-image-card6:hover { transform: scale(1.02); box-shadow: 0 0 40px rgba(34,197,94,.7); }
.test2-image-placeholder6 { background: linear-gradient(135deg, rgba(30,30,20,.5) 0%, rgba(20,20,15,.5) 100%); padding:40px; text-align:center; color:#666; min-height:400px; display:flex; align-items:center; justify-content:center; }
.test2-image-card6 img { width:100%; height:auto; display:block; }

/* Features Container */
.test2-features-container6 { display:flex; flex-direction:column; gap:24px; }

/* Feature Box */
.test2-feature-box6 { background: rgba(255,255,255,.03); border:2px solid rgba(255,255,255,.5); border-radius:16px; padding:28px; transition:.4s; }
.test2-feature-box6:hover { background: rgba(255,255,255,.06); transform: scale(1.03); box-shadow: 0 0 40px rgba(255,235,59,.7); }

/* Feature Header */
.test2-feature-header6 { display:flex; align-items:center; gap:12px; margin-bottom:20px; }
.test2-feature-icon6 { width:40px; height:40px; background: rgba(245,158,11,.2); border:2px solid rgba(245,158,11,.4); border-radius:12px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.test2-feature-icon6 svg { width:20px; height:20px; color:#F59E0B; }
.test2-feature-title6 { font-size:20px; font-weight:600; color:white; }

/* Tags */
.test2-tags6 { display:flex; flex-wrap:wrap; gap:12px; }
.test2-tag6 { display:inline-flex; align-items:center; gap:8px; background: rgba(245,158,11,.1); border:1px solid rgba(245,158,11,.3); padding:8px 16px; border-radius:20px; font-size:14px; color:#F59E0B; transition:.3s; }
.test2-tag6:hover { background: rgba(245,158,11,.2); transform: translateY(-2px); }
.test2-tag6 svg { width:16px; height:16px; }

/* Bottom Box */
.test2-bottom-box6 { background: linear-gradient(135deg, rgba(50,50,30,.3) 0%, rgba(30,30,20,.3) 100%); border:2px solid rgba(255,255,255,.5); border-radius:16px; padding:40px 32px; text-align:center; transition:.4s; min-height: 200px; display:flex; flex-direction:column; justify-content:center; gap:12px; }
.test2-bottom-box6:hover { background: linear-gradient(135deg, rgba(60,60,35,.4) 0%, rgba(40,40,25,.4) 100%); transform: scale(1.02); box-shadow: 0 0 40px rgba(255,235,59,.7); }
.test2-bottom-icon6 { width:40px; height:40px; margin:0 auto 16px; color:#F59E0B; }
.test2-bottom-text6 { font-size:18px; color:#F59E0B; font-weight:600; margin-bottom:8px; }
.test2-bottom-subtext6 { font-size:16px; color:#d0d0d0; }

/* Responsive Section 6 */
@media (max-width: 968px) {
    .test2-main-grid6 { grid-template-columns: 1fr; }
    .test2-duo-grid6 { grid-template-columns: 1fr; }
    .test2-title6 { font-size: 40px; }
}

/* ========== SECTION 7 ========== */
.test2-section7 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(ellipse at center, #2a2a1a 0%, #1a1a0a 20%, #000000 50%);
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.test2-stars7 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.test2-container7 {
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
}

/* Badge */
.test2-badge7 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    color: #22C55E;
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.test2-badge7:hover {
    background: rgba(34, 197, 94, 0.2);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}

.test2-badge7 svg {
    width: 16px;
    height: 16px;
}

/* Title */
.test2-title7 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.test2-highlight7 {
    color: #F59E0B;
}

/* Subtitle */
.test2-subtitle7 {
    font-size: 18px;
    color: #d0d0d0;
    margin-bottom: 40px;
}

/* Button */
.test2-button-wrapper7 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.test2-cta-button7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.test2-cta-button7:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.6);
}

.test2-cta-button7 svg {
    width: 20px;
    height: 20px;
}

/* Contact Card */
.test2-contact-card7 {
    background: rgba(30, 30, 30, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px;
    max-width: 500px;
    margin: 0 auto 60px;
    transition: all 0.3s ease;
}

.test2-contact-card7:hover {
    border-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 0 30px rgba(245, 158, 11, 0.2);
}

.test2-contact-title7 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: white;
}

.test2-contact-info7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.test2-avatar7 {
    width: 50px;
    height: 50px;
    background: #F59E0B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
}

.test2-avatar7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.test2-contact-name7 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.test2-contact-email7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #999;
    font-size: 14px;
}

.test2-contact-email7 svg {
    width: 16px;
    height: 16px;
}

.test2-contact-email7 a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.test2-contact-email7 a:hover {
    color: #F59E0B;
}

/* Footer */
.test2-footer7 {
    text-align: center;
}

.test2-footer-badge7 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #F59E0B;
    margin-bottom: 16px;
}

.test2-footer-badge7 svg {
    width: 16px;
    height: 16px;
}

.test2-footer-copyright7 {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive Section 7 */
@media (max-width: 768px) {
    .test2-title7 {
        font-size: 40px;
    }

    .test2-subtitle7 {
        font-size: 16px;
    }

    .test2-contact-card7 {
        padding: 24px;
    }
}
