<style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

main {
    background: linear-gradient(135deg, #fff6f0, #fff9e6);
    min-height: 70vh;
    overflow-x: hidden;
}

.hero-section {
    width: 100%;
    height: auto;
    min-height: 70vh;
    background: url('https://i.imgur.com/EcUCzyr.jpg') no-repeat center center/cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.hero-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 800;
    line-height: 1.2;
}

.hero-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-section .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 2rem;
    font-weight: 400 !important;
}

.hero-section .btn {
    padding: 12px 25px;
    font-size: 1rem;
    color: #fff;
    background-color: #2563eb;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}

.hero-section .btn:hover {
    background-color: #1e40af;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin-top: 2rem;
    width: 100%;
}

.feature-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    flex: 2 2 350px;
    min-width: 250px;
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(5px);
}

.feature-box img {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.feature-box span {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.4;
}

.product-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: #000000;
    padding: 0 15px;
}

.section-title h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 800 !important;
    line-height: 1.2;
}

.section-title p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center !important;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.product-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-title {
    font-size: 1.1rem;
    margin: 10px 0;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px !important;
    line-height: 1.4;
}

.get-product-btn {
    width: 100%;
    padding: 10px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    font-size: 0.95rem;
    display: inline-block;
    text-decoration: none;
}
.view_all {
    text-align: center;
    margin-top: 40px;
}
.view_all a {
    padding: 15px 30px;
    background: #082146;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s;
}

.tnp-submit {
    padding: 1rem 1.5rem;
    background: white;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}  

.newsletter {
    background: url('https://i.imgur.com/ILPsepf.png') no-repeat center center/cover;
    color: white;
    padding: 3rem 1rem;
    text-align: center;
}

.newsletter h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: white;
    line-height: 1.3;
}

.newsletter p {
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.5;
    padding: 0 15px;
}
.skm_newsletter_sec {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.skm_newsletter_sec input[type=text],
.skm_newsletter_sec input[type=submit] {
    line-height: 20px !important;
    padding: 15px !important;
    border-radius: 3px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.skm_newsletter_sec input[type=submit] {
    background: #75a0db;
    cursor: pointer;
}

/* Internal Chat System */
.chat-sytem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3rem 1rem;
    background-color: #f8f9ff;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.chat-sytem-image {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.chat-sytem-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.chat-sytem-content {
    flex: 1;
    min-width: 300px;
    padding: 0 15px;
}

.chat-sytem-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.chat-sytem-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Group Chat Section */
.group-chat {
    background-color: #082146;
    padding: 40px 20px;
    margin: 30px auto;
    border-radius: 10px;
    max-width: 1200px;
}

.group-chat .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 30px;
}

.group-chat .chat-image {
    flex: 1;
    min-width: 300px;
}

.group-chat .chat-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.group-chat .chat-content {
    flex: 1;
    min-width: 300px;
    padding: 0 15px;
}

.group-chat .chat-content h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.group-chat .chat-content p {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.6;
}

/* How to get product free */
.feat-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
}

.feat-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 15px;
}

.feat-main-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feat-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 15px;
}

.feat-card {
    padding: 1.5rem;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.feat-card:nth-child(1) { background-color: #fff1f0; }
.feat-card:nth-child(2) { background-color: #f0fff4; }
.feat-card:nth-child(3) { background-color: #f0f4ff; }

.feat-icon {
    width: 40px;
    height: auto;
    margin-bottom: 1rem;
}
.feat-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feat-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.feat-text {
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .hero-section .btn {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
    
    .feature-box {
        flex: 1 1 100%;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
    }
    
    .chat-sytem, .group-chat .container {
        flex-direction: column;
        text-align: center;
    }
    
    .feat-main-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }
    
    .hero-section .buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .hero-section .btn {
        width: 100%;
    }
    
    .feature-box {
        padding: 12px;
    }
    
    .section-title h2 {
        font-size: 1.6rem;
    }
    
    .newsletter h2 {
        font-size: 1.5rem;
    }
    
    .skm_newsletter_sec input[type=text],
    .skm_newsletter_sec input[type=submit] {
        padding: 12px !important;
    }
}

/* Hover effects */
a.get-product-btn:hover {
    text-decoration: none;
    color: #fffdfd;
    background: #1d4ed8;
}
.view_all a:hover {
    text-decoration: none;
    background: #0a1a3a;
}
.skm_newsletter_sec input[type=submit]:hover {
    background: #5d8fd6;
}
.skm_newsletter p {
    margin:0px!important;
}



</style>