.n2-wrapper-1e522c47 {
    position: relative;
    width: 100%;
    font-family: sans-serif;
}
.n2-bg-1e522c47 {
    background: linear-gradient(135deg, #1d5f99 0%, #00b4d8 100%);
    padding: 80px 20px 150px;
    text-align: center;
    color: #fff;
}
.n2-bg-title-1e522c47 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.n2-bg-desc-1e522c47 {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}
.n2-card-container-1e522c47 {
    max-width: 1000px;
    margin: -80px auto 0;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
    color: #333;
}
.n2-pill-1e522c47 {
    display: inline-block;
    background: #e0fbfc;
    color: #00b4d8;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.n2-main-title-1e522c47 {
    font-size: 28px;
    font-weight: 800;
    color: #1d5f99;
    margin-bottom: 15px;
}
.n2-main-desc-1e522c47 {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}
.n2-grid-2-1e522c47 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}
.n2-mv-card-1e522c47 {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    border-left: 4px solid #00b4d8;
}
.n2-mv-icon-1e522c47 {
    font-size: 24px;
    color: #00b4d8;
    margin-bottom: 15px;
}
.n2-mv-icon-1e522c47 svg {
    width: 24px;
    height: 24px;
    fill: #00b4d8;
}
.n2-mv-title-1e522c47 {
    font-size: 20px;
    font-weight: 700;
    color: #1d5f99;
    margin-bottom: 10px;
}
.n2-mv-desc-1e522c47 {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.n2-meth-grid-1e522c47 {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
    align-items: center;
}
.n2-meth-title-1e522c47 {
    font-size: 24px;
    font-weight: 800;
    color: #1d5f99;
    margin-bottom: 15px;
}
.n2-meth-desc-1e522c47 {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}
.n2-list-item-1e522c47 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}
.n2-list-icon-1e522c47 {
    color: #00b4d8;
    margin-right: 12px;
    font-size: 16px;
    margin-top: 2px;
}
.n2-list-icon-1e522c47 svg {
    width: 16px;
    height: 16px;
    fill: #00b4d8;
}
.n2-meth-img-wrapper-1e522c47 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    text-align: center;
}
.n2-meth-img-wrapper-1e522c47 img {
    max-width: 100%;
    height: auto;
}

/* Responsiveness */
@media (max-width: 768px) {
    .n2-grid-2-1e522c47,
    .n2-meth-grid-1e522c47 {
        grid-template-columns: 1fr;
    }
    .n2-card-container-1e522c47 {
        padding: 30px 20px;
        margin: -60px 15px 0;
        width: auto;
    }
    .n2-bg-1e522c47 {
        padding: 60px 15px 100px;
    }
}