﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

:root {
    --brand-red: #e0464d;
    --brand-purple: #3d3474;
    --ink: #2b2b2f;
    --stroke: #e8e8f0;
}

.wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding: 28px 18px 40px
}

.card {
    background: #fff;
    border: 1px solid rgba(110,103,164,.18);
    border-radius: 22px;
    box-shadow: 0 14px 40px rgba(22,18,56,.08)
}

.card-inner {
    padding: 34px 38px
}

.title {
    margin: 0 0 8px;
    font-family: Poppins,Inter,sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: #2f2967;
    text-align: center
}

.subtitle {
    margin: 0 0 22px;
    text-align: center;
    color: #6c6f85;
    font-size: 14px
}

.cta-bar {
    display: flex;
    justify-content: center;
    margin: 8px 0 22px
}

.btn-grad {
    appearance: none;
    border: 0;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(64,59,116,1) 26%, rgba(222,29,52,1) 89%);
    color: #fff;
    font-weight: 800;
    border-radius: 12px;
    padding: 12px 22px;
    box-shadow: 0 12px 26px rgba(224,70,77,.25);
    text-decoration: none;
    display: inline-block
}

.ad-shell {
    border: 1px solid var(--stroke);
    border-radius: 16px;
    padding: 16px;
    background: #ffffff;
    max-height: 40vh;
}

@media only screen and (min-device-width: 319px) and (max-device-width: 767px) {

    iframe {
        width: 100% !important;
        padding: 0 !important;
    }
}
