.nv-mail {
    --em-bg: #ffffff;
    --em-primary: #1e293b;
    --em-blue: #2563eb;
    --em-text: #64748b;
    --em-light: #f8fafc;
    --em-border: #e2e8f0;
    --pt-bg: #f8fafc;
    --pt-white: #ffffff;
    --pt-primary: #0f172a;
    --pt-blue: #2563eb;
    --pt-indigo: #4f46e5;
    --pt-text: #475569;
    --pt-border: #e2e8f0;
    --pt-success: #10b981;
    --cnt-bg: #ffffff;
    --cnt-primary: #0f172a;
    --cnt-blue: #2563eb;
    --cnt-indigo: #4338ca;
    --cnt-text: #334155;
    --cnt-light: #f8fafc;
    --cnt-border: #e2e8f0;
    --ft-bg: #f8fafc;
    --ft-white: #ffffff;
    --ft-primary: #0f172a;
    --ft-blue: #2563eb;
    --ft-indigo: #4338ca;
    --ft-text: #475569;
    --ft-border: #e2e8f0;
    --txt-bg: #ffffff;
    --txt-primary: #0f172a;
    --txt-blue: #2563eb;
    --txt-gray: #64748b;
    --txt-border: #e2e8f0;
    --txt-card-bg: #f8fafc;
    --faq-bg: #ffffff;
    --faq-primary: #0f172a;
    --faq-blue: #2563eb;
    --faq-indigo: #4338ca;
    --faq-light-blue: #eef2ff;
    --faq-text: #475569;
    --faq-border: #e2e8f0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--em-bg);
    color: var(--em-text);
}

.nv-mail *,
.nv-mail *::before,
.nv-mail *::after {
    box-sizing: border-box;
}

.nv-mail :where(h1, h2, h3, h4, h5, h6, p, ul, li) {
    margin: 0;
    padding: 0;
}

.nv-mail :where(a) {
    text-decoration: none;
}


/* HERO SECTION */

.nv-mail .email-hero-compact {
    position: relative;
    padding: 80px 0 140px 0;
    background-color: #fff;
    background-image: linear-gradient(#f1f5f9 1px, transparent 1px), linear-gradient(90deg, #f1f5f9 1px, transparent 1px);
    background-size: 40px 40px;
    overflow: hidden;
}

.nv-mail .em-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.nv-mail .em-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nv-mail .em-mini-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--em-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background: #eff6ff;
    padding: 6px 12px;
    border-radius: 20px;
}

.nv-mail .em-title {
    font-size: 3rem;
    font-weight: 800;
    color: var(--em-primary);
    line-height: 1.15;
    margin: 0 0 20px 0;
    letter-spacing: -0.03em;
}

.nv-mail .em-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--em-text);
    margin-bottom: 30px;
    max-width: 90%;
}

.nv-mail .em-desc strong {
    color: var(--em-primary);
    font-weight: 700;
}

.nv-mail .em-features-row {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.nv-mail .em-feat {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--em-primary);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 8px;
}

.nv-mail .em-feat i {
    color: var(--em-blue);
    font-size: 1.1rem;
}

.nv-mail .em-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nv-mail .btn-em-main,
.nv-mail .btn-em-outline {
    cursor: pointer;
    font-family: inherit;
}

.nv-mail .btn-em-main {
    background: var(--em-primary);
    color: #fff;
    padding: 16px 36px;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.2s;
    box-shadow: 0 10px 20px -5px rgba(30, 41, 59, 0.2);
}

.nv-mail .btn-em-main:hover {
    background: var(--em-blue);
    transform: translateY(-2px);
}

.nv-mail .btn-em-outline {
    background: #fff;
    color: var(--em-primary);
    border: 1px solid var(--em-border);
    padding: 16px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: 0.2s;
}

.nv-mail .btn-em-outline:hover {
    background: var(--em-light);
    border-color: var(--em-primary);
}

.nv-mail .em-visual-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-mail .img-frame {
    background: #fff;
    border: 1px solid var(--em-border);
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.nv-mail .main-svg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.nv-mail .bg-circle {
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.nv-mail .wave-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none;
}

.nv-mail .wave-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.nv-mail .wave-divider .shape-fill {
    fill: var(--pt-bg);
}


/* PRICING SECTION */

.nv-mail .email-pricing-sec {
    padding: 100px 20px;
    background-color: var(--pt-bg);
    position: relative;
    z-index: 10;
}

.nv-mail .pt-container {
    max-width: 1250px;
    margin: 0 auto;
}

.nv-mail .pt-intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 60px auto;
}

.nv-mail .pt-intro h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--pt-primary);
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

.nv-mail .pt-intro p {
    font-size: 1.05rem;
    color: var(--pt-text);
    line-height: 1.6;
}

.nv-mail .pt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: flex-end;
}

.nv-mail .pt-card {
    background: var(--pt-white);
    border: 1px solid var(--pt-border);
    border-radius: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.nv-mail .pt-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px -10px rgba(79, 70, 229, 0.1);
    border-color: #cbd5e1;
    z-index: 2;
}

.nv-mail .pt-card.popular {
    border: 2px solid var(--em-primary);
    box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.15);
    transform: scale(1.03);
    z-index: 5;
}

.nv-mail .pt-card.popular:hover {
    transform: scale(1.03) translateY(-5px);
}

.nv-mail .pop-ribbon {
    background: var(--em-primary);
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nv-mail .pt-header {
    padding: 30px 25px 20px 25px;
    text-align: center;
    border-bottom: 1px dashed var(--pt-border);
}

.nv-mail .pt-icon-box {
    width: 60px;
    height: 60px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    color: var(--em-primary);
    font-size: 1.5rem;
}

.nv-mail .pt-card.popular .pt-icon-box {
    background: var(--em-primary);
    color: #fff;
}

.nv-mail .pt-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--pt-primary);
    margin-bottom: 5px;
    display: block;
}

.nv-mail .pt-kvkk-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--pt-success);
    background: #dcfce7;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.nv-mail .pt-price-box {
    margin-bottom: 20px;
}

.nv-mail .pt-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--pt-primary);
    line-height: 1;
    letter-spacing: -1px;
}

.nv-mail .pt-price small {
    font-size: 0.9rem;
    font-weight: 600;
    color: #94a3b8;
}

.nv-mail .pt-card.popular .pt-price {
    color: var(--em-primary);
}

.nv-mail .pt-start-lbl {
    font-size: 0.8rem;
    color: #94a3b8;
    display: block;
    margin-top: 5px;
}

.nv-mail .pt-btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 0.2s;
    text-align: center;
    border: 1px solid var(--pt-border);
    background: #fff;
    color: var(--pt-primary);
}

.nv-mail .pt-btn:hover {
    border-color: var(--pt-primary);
    background: #f8fafc;
}

.nv-mail .pt-card.popular .pt-btn {
    background: var(--em-primary);
    color: #fff;
    border-color: var(--em-primary);
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.nv-mail .pt-card.popular .pt-btn:hover {
    background: #4338ca;
}

.nv-mail .pt-cp-logo {
    height: 20px;
    width: auto;
    margin: 20px auto 0 auto;
    display: block;
    opacity: 0.6;
    filter: grayscale(100%);
    transition: 0.3s;
}

.nv-mail .pt-card:hover .pt-cp-logo {
    filter: grayscale(0%);
    opacity: 1;
}

.nv-mail .pt-features {
    padding: 25px;
    flex: 1;
    background: #fff;
}

.nv-mail .pt-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nv-mail .pt-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--pt-text);
}

.nv-mail .pt-item i {
    color: var(--pt-success);
    margin-right: 10px;
    font-size: 0.9rem;
}

.nv-mail .pt-item strong {
    color: var(--pt-primary);
    font-weight: 700;
}

.nv-mail .feat-highlight {
    background: #f8fafc;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.nv-mail .feat-highlight strong {
    color: var(--em-primary);
}


/* CONTENT HEAVY SECTION */

.nv-mail .content-heavy-sec {
    padding: 100px 20px;
    background-color: var(--cnt-bg);
    overflow: hidden;
}

.nv-mail .ch-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.nv-mail .ch-block {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    align-items: start;
}

.nv-mail .ch-block.reverse .ch-text-col {
    order: 2;
}

.nv-mail .ch-block.reverse .ch-visual-col {
    order: 1;
}

.nv-mail .ch-text-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nv-mail .ch-topic {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cnt-indigo);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nv-mail .ch-topic::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--cnt-indigo);
}

.nv-mail .ch-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--cnt-primary);
    line-height: 1.25;
    margin: 0 0 25px 0;
    letter-spacing: -0.02em;
}

.nv-mail .ch-long-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--cnt-text);
    margin-bottom: 30px;
    text-align: justify;
}

.nv-mail .ch-long-desc strong {
    color: var(--cnt-primary);
    font-weight: 700;
}

.nv-mail .ch-long-desc a {
    color: var(--cnt-blue);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.nv-mail .ch-long-desc a:hover {
    border-bottom-color: var(--cnt-blue);
}

.nv-mail .ch-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
}

.nv-mail .ch-detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--cnt-light);
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px solid var(--cnt-border);
    transition: 0.3s;
}

.nv-mail .ch-detail-item:hover {
    border-color: var(--cnt-blue);
    background: #fff;
}

.nv-mail .cd-head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--cnt-primary);
    font-size: 0.9rem;
}

.nv-mail .cd-head i {
    color: var(--cnt-blue);
}

.nv-mail .cd-txt {
    font-size: 0.85rem;
    color: var(--cnt-text);
    line-height: 1.5;
}

.nv-mail .ch-visual-col {
    position: relative;
    padding-top: 20px;
}

.nv-mail .browser-frame {
    background: #fff;
    border: 1px solid var(--cnt-border);
    border-radius: 12px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.nv-mail .browser-header {
    background: #f1f5f9;
    padding: 12px 15px;
    border-bottom: 1px solid var(--cnt-border);
    display: flex;
    gap: 8px;
}

.nv-mail .b-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.nv-mail .bd-red {
    background: #ef4444;
}

.nv-mail .bd-yel {
    background: #f59e0b;
}

.nv-mail .bd-grn {
    background: #22c55e;
}

.nv-mail .browser-body {
    padding: 0;
    background: #fff;
}

.nv-mail .browser-img {
    width: 100%;
    height: auto;
    display: block;
}

.nv-mail .static-info-card {
    margin-top: -30px;
    margin-left: 30px;
    background: #fff;
    border: 1px solid var(--cnt-border);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nv-mail .sic-item {
    display: flex;
    flex-direction: column;
}

.nv-mail .sic-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.nv-mail .sic-val {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--cnt-primary);
    display: flex;
    align-items: center;
    gap: 6px;
}


/* FEATURES GRID SECTION */

.nv-mail .email-features-sec {
    padding: 100px 20px;
    background-color: var(--ft-bg);
    border-top: 1px solid var(--ft-border);
}

.nv-mail .ft-container {
    max-width: 1250px;
    margin: 0 auto;
}

.nv-mail .ft-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px auto;
}

.nv-mail .ft-subtitle {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ft-indigo);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.nv-mail .ft-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ft-primary);
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.nv-mail .ft-desc {
    font-size: 1.05rem;
    color: var(--ft-text);
    line-height: 1.7;
}

.nv-mail .feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nv-mail .feat-card {
    background: var(--ft-white);
    border: 1px solid var(--ft-border);
    border-radius: 16px;
    padding: 35px 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.nv-mail .feat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    border-color: var(--ft-blue);
}

.nv-mail .fc-icon {
    width: 54px;
    height: 54px;
    background: #eff6ff;
    color: var(--ft-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 25px;
    transition: 0.3s;
}

.nv-mail .feat-card:hover .fc-icon {
    background: var(--ft-blue);
    color: #fff;
}

.nv-mail .fc-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ft-primary);
    margin-bottom: 12px;
}

.nv-mail .fc-text {
    font-size: 0.95rem;
    color: var(--ft-text);
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.nv-mail .fc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid var(--ft-border);
    padding-top: 20px;
}

.nv-mail .fc-item {
    font-size: 0.85rem;
    color: var(--ft-text);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.nv-mail .fc-item:last-child {
    margin-bottom: 0;
}

.nv-mail .fc-item i {
    color: #10b981;
    font-size: 0.8rem;
}


/* WHY CHOOSE US (TEXT ONLY) */

.nv-mail .why-text-only-sec {
    padding: 100px 20px;
    background-color: var(--txt-bg);
    border-top: 1px solid var(--txt-border);
}

.nv-mail .wt-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nv-mail .wt-header {
    max-width: 700px;
    margin-bottom: 60px;
}

.nv-mail .wt-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--txt-primary);
    line-height: 1.2;
    margin: 0 0 20px 0;
    letter-spacing: -0.02em;
}

.nv-mail .wt-desc {
    font-size: 1.05rem;
    color: var(--txt-gray);
    line-height: 1.6;
}

.nv-mail .wt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nv-mail .wt-card {
    background: var(--txt-card-bg);
    border: 1px solid var(--txt-border);
    border-radius: 12px;
    padding: 35px 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nv-mail .wt-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--txt-border);
    transition: 0.3s;
}

.nv-mail .wt-card:hover::before {
    background: var(--txt-blue);
}

.nv-mail .wt-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    border-color: var(--txt-blue);
}

.nv-mail .wt-icon {
    font-size: 1.8rem;
    color: var(--txt-blue);
    margin-bottom: 20px;
    display: inline-block;
}

.nv-mail .wt-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--txt-primary);
    margin-bottom: 12px;
    display: block;
    margin-top: 0;
}

.nv-mail .wt-card-text {
    font-size: 0.95rem;
    color: var(--txt-gray);
    line-height: 1.6;
    margin: 0;
}


/* FAQ SECTION */

.nv-mail .email-faq-sec {
    padding: 100px 20px;
    background-color: var(--faq-bg);
    border-top: 1px solid var(--faq-border);
}

.nv-mail .ef-container {
    max-width: 1200px;
    margin: 0 auto;
}

.nv-mail .ef-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px auto;
}

.nv-mail .ef-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--faq-indigo);
    background: var(--faq-light-blue);
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.nv-mail .ef-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--faq-primary);
    margin-bottom: 15px;
    letter-spacing: -0.03em;
}

.nv-mail .ef-desc {
    font-size: 1.05rem;
    color: var(--faq-text);
    line-height: 1.6;
}

.nv-mail .ef-grid {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 60px;
    align-items: start;
}

.nv-mail .ef-contact-card {
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: 20px;
    padding: 35px 30px;
    position: sticky;
    top: 100px;
    text-align: center;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.05);
}

.nv-mail .ef-cc-icon {
    width: 70px;
    height: 70px;
    background: var(--faq-light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 1.8rem;
    color: var(--faq-indigo);
}

.nv-mail .ef-cc-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--faq-primary);
    margin-bottom: 10px;
}

.nv-mail .ef-cc-text {
    font-size: 0.95rem;
    color: var(--faq-text);
    line-height: 1.6;
    margin-bottom: 25px;
}

.nv-mail .ef-btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px;
    background: #25D366;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.nv-mail .ef-btn-whatsapp:hover {
    background: #1ebc57;
    transform: translateY(-2px);
}

.nv-mail .ef-ticket-link {
    display: block;
    margin-top: 15px;
    font-size: 0.85rem;
    color: var(--faq-text);
    text-decoration: underline;
    transition: 0.2s;
}

.nv-mail .ef-ticket-link:hover {
    color: var(--faq-primary);
}

.nv-mail .ef-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nv-mail .ef-item {
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.nv-mail .ef-item.active {
    border-color: var(--faq-blue);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.05);
}

.nv-mail .ef-question {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    font-family: inherit;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--faq-primary);
    user-select: none;
    gap: 15px;
}

.nv-mail .ef-icon {
    width: 24px;
    height: 24px;
    background: var(--faq-light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--faq-indigo);
    transition: 0.3s;
    flex-shrink: 0;
    margin-left: 15px;
}

.nv-mail .ef-item.active .ef-icon {
    background: var(--faq-blue);
    color: #fff;
    transform: rotate(45deg);
}

.nv-mail .ef-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 25px;
    color: var(--faq-text);
    font-size: 0.95rem;
    line-height: 1.7;
}

.nv-mail .ef-answer strong {
    color: var(--faq-primary);
}

.nv-mail .ef-item.active .ef-answer {
    padding-bottom: 25px;
}


/* RESPONSIVE */

@media (max-width: 1200px) {
    .nv-mail .pt-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .nv-mail .pt-card.popular {
        transform: none;
    }
    .nv-mail .pt-card.popular:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 1100px) {
    .nv-mail .feat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .nv-mail .email-hero-compact {
        padding: 50px 0 100px 0;
        text-align: center;
    }
    .nv-mail .em-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .nv-mail .em-content {
        align-items: center;
        padding-right: 0;
    }
    .nv-mail .em-title {
        font-size: 2.2rem;
    }
    .nv-mail .em-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
    }
    .nv-mail .em-features-row {
        justify-content: center;
        gap: 15px;
    }
    .nv-mail .em-btn-group {
        justify-content: center;
        width: 100%;
    }
    .nv-mail .btn-em-main,
    .nv-mail .btn-em-outline {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .nv-mail .em-visual-box {
        margin-top: 10px;
    }
    .nv-mail .bg-circle {
        display: none;
    }
    .nv-mail .wave-divider svg {
        height: 50px;
    }
    .nv-mail .ch-block,
    .nv-mail .ch-block.reverse {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .nv-mail .ch-block.reverse .ch-text-col {
        order: 1;
    }
    .nv-mail .ch-block.reverse .ch-visual-col {
        order: 2;
    }
    .nv-mail .static-info-card {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .nv-mail .ch-detail-grid {
        grid-template-columns: 1fr;
    }
    .nv-mail .wt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .nv-mail .ef-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .nv-mail .ef-contact-card {
        position: static;
        max-width: 400px;
        margin: 0 auto;
    }
    .nv-mail .ef-title {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .nv-mail .feat-grid {
        grid-template-columns: 1fr;
    }
    .nv-mail .ft-title {
        font-size: 2rem;
    }
}

@media (max-width: 650px) {
    .nv-mail .pt-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    .nv-mail .pt-intro h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .nv-mail .wt-grid {
        grid-template-columns: 1fr;
    }
    .nv-mail .wt-title {
        font-size: 2rem;
    }
}