﻿/* Newsletter Management page — Figma node 3830:44183 | brand tokens from indexmain.css */

.nl-page {
    overflow-x: hidden;
}

/* Hero — Figma 4906:11029 (1440×720) */
.nl-hero {
    position: relative;
    background: radial-gradient(circle at 8% 43%, rgba(5, 5, 62, 1) 0%, rgba(7, 7, 90, 1) 100%);
    padding: 100px 0 80px;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: flex-end;
}

.nl-hero-glow {
    position: absolute;
    top: -25px;
    left: 675px;
    width: 943px;
    height: 943px;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.nl-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0;
   
}
.trusted-section{
    margin-bottom: 50px !important;
}
.nl-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 740px;
    max-width: 740px;
    flex: 0 1 740px;
    padding-bottom: 32px;
    margin-right: -48px;
    position: relative;
    z-index: 2;
}

.nl-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.nl-hero-title {
    
    line-height: 63px;
    letter-spacing: 0.004em;
    color: #9d7bff !important;
    margin: 0;
}

.nl-hero-sub {
    font-family: 'Space Grotesk', sans-serif !important;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0.004em;
    color: #f5f6ff !important;
    margin: 0;
}

.nl-hero-desc {
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.012em;
    color: #f5f6ff !important;
    margin: 0;
    max-width: 660px;
}

.nl-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    background: linear-gradient(90deg, rgba(107, 91, 255, 1) 0%, rgba(184, 167, 255, 1) 100%);
    color: #ffffff !important;
    font-family: Inter, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nl-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(107, 91, 255, 0.35);
    color: #ffffff !important;
}

.nl-hero-cta img {
    width: 19.5px;
    height: 19.5px;
    display: block;
    flex-shrink: 0;
}

.nl-hero-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 641px;
}

.nl-hero-points li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #d8d8ff;
}

.nl-hero-points img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block;
}

.nl-hero-visual {
    flex: 0 0 630px;
    width: 630px;
    max-width: 630px;
    aspect-ratio: 630 / 420;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

.nl-hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

/* Problem section */
.nl-problem {
    padding: 50px 0;
    background: #05053e;
}

.nl-problem-header {
    max-width: 1012px;
    margin: 0 auto 48px;
    text-align: center;
}

.nl-eyebrow {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 11px;
}

.nl-problem-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 12px;
}

.nl-problem-header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 auto;
    max-width: 791px;
}

.nl-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-content: start;
}

.nl-problem-card {
    display: flex;
    gap: 20px;
    padding: 28px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #636677;
    border-radius: 16px;
}

/* Figma: 5th card sits alone on row 3 at single-card width (left), not full bleed */
.nl-problem-card-wide {
    grid-column: 1 / 2;
}

.nl-problem-badge {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(184, 167, 255, 1) 0%, rgba(123, 97, 255, 1) 100%);
    color: #05053e;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nl-problem-badge img {
    width: 18px;
    height: 18px;
    display: block;
}

.nl-problem-copy {
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-width: 0;
}

.nl-problem-copy h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}

.nl-problem-copy p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

.nl-problem-footer {
    margin-top: 20px;
    padding: 36px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #636677;
    border-radius: 16px;
}

.nl-problem-footer p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
}

/* Audiences */
.nl-audiences {
    padding: 80px 0;
    background: #05053e;
}

.nl-audiences-header {
    max-width: 858px;
    margin: 0 auto 52px;
    text-align: center;
}

.nl-audiences-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0 0 14px;
}

.nl-audiences-header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    color: #ffffff;
    margin: 0;
}

.nl-audiences-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 27px;
}

.nl-audience-card {
    background: #ffffff;
    border: 1px solid #a8aed0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nl-audience-media {
    height: 214px;
    background: #ffffff;
    border-bottom: 1px solid rgba(123, 97, 255, 0.14);
    overflow: hidden;
}

.nl-audience-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nl-audience-body {
    padding: 22px 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nl-audience-body h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #05053e;
    margin: 0;
}

.nl-audience-body p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5f5d68;
    margin: 0;
}

/* Services */
.nl-services {
    padding: 50px 0;
    background: #f5f6ff;
}

.nl-services-header {
    max-width: 820px;
    margin: 0 auto 65px;
    text-align: center;
}

.nl-services-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #7b61ff;
    margin-bottom: 12px;
}

.nl-services-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #05053e;
    margin: 0 0 12px;
}

.nl-services-header p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.nl-services-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.nl-service-card {
    grid-column: span 2;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

/* Figma row 3: two wider cards (~half width each), not three equal columns */
.nl-service-card:nth-child(7),
.nl-service-card:nth-child(8) {
    grid-column: span 3;
}

.nl-service-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nl-service-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.nl-service-copy h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
    color: #05053e;
    margin: 0 0 12px;
}

.nl-service-copy p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474650;
    margin: 0;
}

.nl-platforms {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
}

.nl-platforms h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #05053e;
    margin: 0 0 19px;
    text-align: left;
}

.nl-platforms p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0 0 19px;
    text-align: left;
    max-width: none;
}

.nl-platforms-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 28px;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(123, 97, 255, 1) 12%, rgba(204, 187, 245, 1) 96%);
    color: #f5f6ff !important;
    font-family: Inter, sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nl-platforms-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(123, 97, 255, 0.3);
    color: #f5f6ff !important;
}

/* Contact */
.nl-contact {
    position: relative;
    padding: 80px 0;
    min-height: 720px;
    overflow: hidden;
    background: #1a1a3a;
}

.nl-contact-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nl-contact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}

.nl-contact .container-width {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.nl-contact-form-wrap {
    width: 100%;
    max-width: 826px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

.nl-contact-form-header {
    background: linear-gradient(90deg, rgba(105, 87, 255, 1) 0%, rgba(181, 157, 255, 1) 100%);
    padding: 28px 10px;
    text-align: center;
}

.nl-contact-form-header h2 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 33px;
    line-height: 42.9px;
    color: #ffffff;
    margin: 0;
}

.nl-contact-form {
    padding: 24px 40px 28px;
}

.nl-label {
    display: block;
    font-family: Arimo, Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #000;
    margin-bottom: 6px;
}

.nl-label span {
    color: #e84f4f;
}

.nl-input {
    width: 100%;
    border: 1px solid #e6e2ff;
    border-radius: 4px;
    padding: 10px 12px;
    font-family: Arimo, Inter, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    background: #ffffff;
    outline: none;
    min-height: 43px;
}

.nl-input:focus {
    border-color: #7b61ff;
}

.nl-contact-form small {
    display: block;
    margin-top: 4px;
    font-family: Arimo, Inter, sans-serif;
    font-size: 13px;
    line-height: 16.9px;
    color: rgba(0, 0, 0, 0.8);
}

.nl-phone-row {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.nl-phone-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #e6e2ff;
    border-radius: 4px;
    font-family: Arimo, Inter, sans-serif;
    font-size: 15px;
    white-space: nowrap;
    background: #ffffff;
}

.nl-phone-row .nl-input {
    flex: 1;
}

.nl-sms-title {
    font-family: Arimo, Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    color: #000;
    margin: 8px 0 10px;
}

.nl-sms-box {
    font-family: Arimo, Inter, sans-serif;
    font-size: 15px;
    line-height: 19.5px;
    color: #000;
    margin-bottom: 12px;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 13px 11px;
}

.nl-sms-box a {
    color: #000;
    text-decoration: underline;
}

.nl-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Arimo, Inter, sans-serif;
    font-size: 15px;
    line-height: 19.5px;
    color: #000;
    cursor: pointer;
}

.nl-checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
}

.nl-textarea {
    resize: vertical;
    min-height: 100px;
}

.nl-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 11px 36px 12px;
    border: none;
    border-radius: 150px;
    background: linear-gradient(90deg, #6957ff 0%, #b59dff 100%);
    color: #ffffff;
    font-family: Arimo, Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    cursor: pointer;
    margin-top: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nl-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(105, 87, 255, 0.3);
}

/* FAQ */
.nl-faq {
    padding: 50px 0;
    background: #ffffff;
}

.nl-faq-header {
    margin: 0 0 48px;
}

.nl-faq-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #05053e;
    margin: 0;
    max-width: 754px;
}

.nl-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
}

.nl-faq .faq-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 16px 20px;
    height: fit-content;
    margin: 20px 0;
}

.nl-faq .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
}

.nl-faq .faq-question h4 {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #08083b;
    margin: 0;
}

.nl-faq-toggle {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #08083b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: transform 0.2s ease;
}

.nl-faq .faq-item.active .nl-faq-toggle {
    transform: rotate(180deg);
}

.nl-faq .faq-answer {
    display: none;
    padding-top: 12px;
}

.nl-faq .faq-item.active .faq-answer {
    display: block;
}

.nl-faq .faq-answer p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #474650;
    margin: 0;
}

.nl-page .strategys-bookings-sections h2 {
    font-family: 'Space Grotesk', sans-serif;
    color: #f5f6ff;
}

/* Newsletter responsive */
@media (max-width: 1199.98px) {
    .nl-hero {
        padding: 70px 0 50px;
        align-items: center;
    }

    .nl-hero-inner {
        max-width: 100%;
        gap: 24px;
    }

    .nl-hero-content {
        margin-right: 0;
        width: auto;
        max-width: 560px;
        flex: 1 1 48%;
    }

    .nl-hero-title {
        font-size: 48px;
        line-height: 56px;
    }

    .nl-hero-sub,
    .nl-problem-header h2,
    .nl-audiences-header h2,
    .nl-services-header h2,
    .nl-faq-header h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .nl-hero-visual {
        flex: 0 1 480px;
        width: auto;
        max-width: 480px;
        height: auto;
        aspect-ratio: 630 / 420;
    }

    .nl-audiences-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nl-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nl-service-card,
    .nl-service-card:nth-child(7),
    .nl-service-card:nth-child(8) {
        grid-column: auto;
    }
}

@media (max-width: 991.98px) {
    .nl-hero {
        padding: 40px 16px 28px;
        min-height: auto;
        align-items: stretch;
    }

    .nl-hero-glow {
        left: auto;
        right: -120px;
        width: 600px;
        height: 600px;
    }

    .nl-hero-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nl-hero-content {
        max-width: 100%;
        width: 100%;
        flex: none;
        padding-bottom: 0;
        margin-right: 0;
    }

    .nl-hero-visual {
        max-width: 100%;
        width: 100%;
        flex: none;
        height: auto;
        aspect-ratio: 630 / 420;
    }

    .nl-problem,
    .nl-audiences,
    .nl-services,
    .nl-faq {
        padding: 40px 0;
    }

    .nl-problem-header h2,
    .nl-audiences-header h2,
    .nl-services-header h2,
    .nl-faq-header h2,
    .nl-hero-sub {
        font-size: 32px;
        line-height: 40px;
    }

    .nl-hero-title {
        font-size: 40px;
        line-height: 48px;
    }

    .nl-faq-grid {
        grid-template-columns: 1fr;
    }

    .nl-contact .container-width {
        justify-content: center;
    }

    .nl-contact-form-wrap {
        max-width: 100%;
    }

    .nl-contact-form {
        padding: 24px;
    }
}

@media (max-width: 767.98px) {
    .nl-hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nl-hero-inner {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nl-hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .nl-hero-sub,
    .nl-problem-header h2,
    .nl-audiences-header h2,
    .nl-services-header h2,
    .nl-faq-header h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .nl-problem-grid,
    .nl-audiences-grid,
    .nl-services-grid {
        grid-template-columns: 1fr;
    }

    .nl-problem-card-wide,
    .nl-service-card,
    .nl-service-card:nth-child(7),
    .nl-service-card:nth-child(8) {
        grid-column: auto;
    }

    .nl-problem-card {
        flex-direction: column;
        gap: 14px;
    }

    .nl-services-header {
        margin-bottom: 36px;
    }

    .nl-contact {
        padding: 40px 0;
        min-height: auto;
    }

    .nl-contact-bg img {
        object-position: center top;
    }

    .nl-contact-form-header h2 {
        font-size: 26px;
        line-height: 34px;
    }
}
