/* =========================================================
   eCommerce Digital Marketing page — Figma node 6182:16251
   Do NOT set font-size / line-height / font-family on h1–h6 or p
   (those come from indexmain.css)
   ========================================================= */

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

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

/* Hero */
.edm-hero {
    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;
}

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

.edm-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    width: 90%;
}

.edm-hero-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 740px;
    flex: 1 1 52%;
    padding-bottom: 32px;
}

.edm-hero-content h1 {
    letter-spacing: 0.004em;
    color: #f5f6ff;
    margin: 0;
}

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

.edm-hero-content p {
    font-weight: 400;
    letter-spacing: 0.012em;
    color: #f5f6ff;
    margin: 0;
    max-width: 660px;
}

.edm-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
    max-width: 100%;
    background: linear-gradient(90deg, rgba(107, 91, 255, 1) 0%, rgba(184, 167, 255, 1) 100%);
    color: var(--white) !important;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

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

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

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

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

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

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

/* Platforms */
.edm-platforms {
    padding: 40px 0 50px;
    background: var(--white);
}

.edm-platforms h4 {
    text-align: center;
    text-transform: uppercase;
    color: rgba(61, 58, 122, 1);
    margin: 0 0 28px;
}

.edm-platforms-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.edm-platforms-row img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    object-fit: contain;
}

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

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

.edm-stats-header h2 {
    font-weight: 700;
    color: #f5f6ff;
    margin: 0 0 6px;
}

.edm-stats-header p {
    font-weight: 400;
    color: #dde1f7;
    margin: 0;
}

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

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

.edm-stat-card p {
    font-weight: 400;
    color: #3d3a7a;
    margin: 0;
}

.edm-stats-niches {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
}

.edm-stats-niches-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #c8c6e0;
    margin-right: 4px;
}

.edm-niche-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #f5f6ff;
    font-family: Inter, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

.edm-niche-pill i {
    font-size: 12px;
    opacity: 0.9;
}

/* Calendly section tweak inside this page */
.edm-page .strategys-bookings-sections {
    padding-top: 48px;
    padding-bottom: 40px;
}

.edm-page .strategys-bookings-sections h2 {
    color: var(--white);
    margin-bottom: 24px;
}

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

.edm-problem-header {
    max-width: 980px;
    margin: 0 auto 40px;
    text-align: center;
}

.edm-problem-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.edm-problem-header .edm-accent {
    display: block;
}

.edm-problem-card {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

.edm-problem-card h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.edm-problem-card p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0;
}

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

.edm-services-header {
    margin-bottom: 40px;
    text-align: left;
}

.edm-services-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0 0 16px;
}

.edm-services-header p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0 0 28px;
    max-width: 920px;
}

.edm-services-header h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.edm-service-card {
    background: var(--light-bg);
    border-radius: 20px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.edm-service-image {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #ebe8ff;
}

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

.edm-service-card span {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #7b61ff;
}

.edm-service-card h3 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
}

.edm-service-card p {
    font-weight: 400;
    color: #5f5d68;
    margin: 0;
}

/* FAQ */
.edm-faq {
    padding: 70px 0;
    background: linear-gradient(180deg, #f3f0ff 0%, #ebe6ff 50%, #f7f5ff 100%);
}

.edm-faq-header {
    margin-bottom: 36px;
}

.edm-faq-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3d3a7a;
    margin-bottom: 12px;
}

.edm-faq-header h2 {
    font-weight: 700;
    color: var(--headt-color);
    margin: 0;
    max-width: 920px;
}

.edm-faq .faq-item {
    background: var(--white);
    border: 1px solid rgba(123, 97, 255, 0.14);
    border-radius: 14px;
    padding: 18px 20px;
    margin: 0 0 14px;
}

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

.edm-faq .faq-question h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--headt-color);
    margin: 0;
}

.edm-faq-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(123, 97, 255, 0.45);
    background: transparent;
    color: #7b61ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.edm-faq .faq-item.active .edm-faq-toggle {
    background: #7b61ff;
    color: var(--white);
    transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

.edm-contact-form-wrap iframe {
    width: 100% !important;
    min-height: 640px;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .edm-hero-inner {
        flex-wrap: wrap;
        align-items: center;
    }

    .edm-hero-content,
    .edm-hero-visual {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .edm-hero-visual {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
    }
}

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

    .edm-stats,
    .edm-problem,
    .edm-services,
    .edm-faq,
    .edm-contact {
        padding: 50px 0;
    }

    .edm-problem-header {
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .edm-hero-cta {
        white-space: normal;
        text-align: center;
        justify-content: center;
    }

    .edm-stats-niches {
        justify-content: flex-start;
    }

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

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

    .edm-faq .faq-question h4 {
        font-size: 16px;
        line-height: 24px;
    }
}


   .edm-service-card:last-child {
    background: transparent;
}