/* Email Marketing page — Figma node 4802:42330 | brand tokens from indexmain.css */

.em-accent {
    color: #9d7bff;
}

/* Hero */
.em-hero-section {
    position: relative;
    background: radial-gradient(circle at 8% 43%, rgba(5, 5, 62, 1) 0%, rgba(7, 7, 90, 1) 100%);
    padding: 70px 0 50px;
    overflow: hidden;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.em-hero-glow {
    position: absolute;
    top: -25px;
    right: -80px;
    width: min(70%, 940px);
    height: 940px;
    background: rgba(59, 130, 246, 0.2);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.em-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}
.trusted-section{
    padding-bottom: 50px !important;
}
.em-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 740px;
    flex: 1 1 52%;
    padding-bottom: 32px;
}

.em-hero-content h1 {
    
    line-height: 56px;
    letter-spacing: 0.004em;
    color: #f5f6ff;
    margin: 0;
}

.em-hero-content h1 .em-accent {
    color: #9d7bff;
}

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

.em-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: var(--white) !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;
}

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

.em-hero-cta i {
    font-size: 14px;
}

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

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

.em-hero-points i {
    color: #c4b5ff;
    flex-shrink: 0;
}

.em-hero-visual {
    flex: 0 1 630px;
    max-width: 630px;
    width: 100%;
}

.em-hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Stats */
.em-stats-section {
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #05063e 0%, #1a1248 55%, #2a1a5c 100%);
    text-align: center;
}

.em-stats-header {
    max-width: 1132px;
    margin: 0 auto 44px;
}

.em-stats-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #f5f6ff;
    margin: 0 0 6px;
}

.em-stats-header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #dde1f7;
    margin: 0;
}

.em-stat-card {
    background: #e6e2ff;
    border: 1px solid rgba(168, 174, 208, 0.25);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    backdrop-filter: blur(12px);
}

.em-stat-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #7b61ff;
    margin: 0 0 6px;
}

.em-stat-card p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #474650;
    margin: 0;
}

.em-stats-niches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.em-stats-niches-label {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #f5f6ff;
    margin-right: 6px;
}

.em-niche-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25255f;
    color: var(--white);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 4px 16px;
    border-radius: 100px;
}

.em-niche-pill i {
    font-size: 14px;
    color: #c4b5ff;
}

/* Problem */
.em-problem-section {
    padding: 70px 0;
    background: var(--white);
}

.em-problem-header {
    max-width: 700px;
    margin: 0 auto 34px;
    text-align: center;
}

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

.em-problem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.em-problem-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 28px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.em-problem-icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #7b61ff;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.em-problem-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #0b0b2e;
    margin: 0;
}

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

.em-problem-grid .em-problem-card:nth-child(4),
.em-problem-grid .em-problem-card:nth-child(5) {
    grid-column: span 1;
}

.em-problem-grid .em-problem-card:nth-child(4) {
    grid-column: 1 / 2;
}

.em-problem-grid .em-problem-card:nth-child(5) {
    grid-column: 2 / 3;
}

/* Services */
.em-services-section {
    padding: 70px 0;
    background: var(--white);
}

.em-services-header {
    max-width: 933px;
    margin: 0 0 32px;
}

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

.em-services-header h2 .em-accent {
    color: #7b61ff;
}

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

.em-services-header h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0;
}

.em-service-card {
    background: #f5f6ff;
    border: 1px solid #e6e2ff;
    border-radius: 44px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.em-service-image {
    width: 100%;
    height: 200px;
    border-radius: 24px;
    overflow: hidden;
    background: #e6e2ff;
}

.em-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.em-service-card > span {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #7b61ff;
}

.em-service-card h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #0b0b2e;
    margin: 0;
}

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

/* FAQ */
.em-faq-section {
    padding: 70px 0;
    background: var(--white);
}

.em-faq-header {
    max-width: 900px;
    margin: 0 auto 36px;
    text-align: center;
}

.em-faq-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #05053e;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}

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

.em-faq-header h2 .em-accent {
    color: #7b61ff;
}

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

.em-faq-section .faq-item {
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 16px 20px;
    height: fit-content;
}

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

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

.em-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;
}

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

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

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

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

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

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

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

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

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

.em-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;
}

.em-contact-form-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: var(--white);
    margin: 0;
}

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

.em-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--headt-color);
    margin-bottom: 6px;
}

.em-label span {
    color: #e11d48;
}

.em-input {
    width: 100%;
    border: 1px solid #d4d4de;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: var(--headt-color);
    background: var(--white);
    outline: none;
}

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

.em-contact-form small {
    display: block;
    margin-top: 4px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    color: #8b8a96;
}

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

.em-phone-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #d4d4de;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    white-space: nowrap;
    background: var(--white);
}

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

.em-sms-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--headt-color);
    margin: 8px 0 10px;
}

.em-sms-box {
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #5f5d68;
    margin-bottom: 12px;
}

.em-sms-box a {
    color: var(--headt-color);
    text-decoration: underline;
}

.em-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #5f5d68;
    cursor: pointer;
}

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

.em-textarea {
    resize: vertical;
    min-height: 110px;
}

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

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

/* Calendly heading match on this page */
.strategys-bookings-sections h2 {
    font-family: 'Space Grotesk', sans-serif;
}

/* Email marketing responsive */
@media (max-width: 1199.98px) {
    .em-hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }

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

    .em-problem-grid .em-problem-card:nth-child(4),
    .em-problem-grid .em-problem-card:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 991.98px) {
    .em-hero-section {
        padding: 40px 0 28px;
        min-height: auto;
    }

    .em-hero-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .em-hero-content {
        max-width: 100%;
        padding-bottom: 0;
    }

    .em-hero-content h1,
    .em-stats-header h2,
    .em-problem-header h2,
    .em-services-header h2,
    .em-faq-header h2 {
        font-size: 34px;
        line-height: 42px;
    }

    .em-hero-visual {
        max-width: 100%;
        flex-basis: auto;
    }

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

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

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

@media (max-width: 767.98px) {
    .em-hero-content h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .em-stats-header h2,
    .em-problem-header h2,
    .em-services-header h2,
    .em-faq-header h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .em-problem-grid {
        grid-template-columns: 1fr;
    }

    .em-niche-pill {
        font-size: 14px;
        line-height: 22px;
    }

    .em-service-card {
        border-radius: 28px;
    }

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

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