/* Package 30 Marketing Launch Kit */
.marketing-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:18px 0;
}
.marketing-stat-grid>div{
    background:#fff;
    border:1px solid rgba(15,23,42,.1);
    border-radius:22px;
    padding:20px;
    box-shadow:0 14px 38px rgba(15,23,42,.06);
}
.marketing-stat-grid span{display:block;color:#64748b;font-weight:900}
.marketing-stat-grid strong{display:block;font-size:2rem;color:#0f172a;letter-spacing:-.05em}
.marketing-form label{width:100%;font-weight:800;color:#334155}
.campaign-status{
    display:inline-flex;
    border-radius:999px;
    padding:4px 10px;
    font-size:.8rem;
    font-weight:900;
    background:#f1f5f9;
    color:#334155;
}
.campaign-status.active{background:#ecfdf5;color:#166534}
.campaign-status.paused{background:#fffbeb;color:#92400e}
.marketing-launch-hero{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:28px;
    align-items:center;
    background:linear-gradient(135deg,#15162c,#5830e8 55%,#ff477e);
    color:#fff;
    border-radius:34px;
    padding:42px;
    overflow:hidden;
    position:relative;
}
.launch-copy span{
    display:inline-flex;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    padding:8px 14px;
    font-weight:900;
    margin-bottom:14px;
}
.launch-copy h1{
    font-size:clamp(2.2rem,5vw,4.8rem);
    line-height:.98;
    letter-spacing:-.08em;
    margin:0 0 18px;
}
.launch-copy p{
    font-size:1.18rem;
    max-width:680px;
    opacity:.93;
}
.launch-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:24px 0;
}
.launch-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    opacity:.95;
}
.launch-trust b{
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.18);
    padding:8px 12px;
    border-radius:999px;
}
.launch-phone{
    background:#fff;
    color:#0f172a;
    border-radius:32px;
    padding:22px;
    box-shadow:0 24px 70px rgba(0,0,0,.32);
    transform:rotate(3deg);
}
.launch-photo{
    height:280px;
    border-radius:24px;
    background:radial-gradient(circle at 30% 30%,#ffd1dc,#ff477e 45%,#5830e8);
}
.launch-buttons{
    display:flex;
    gap:12px;
}
.launch-buttons i{
    width:48px;
    height:48px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#f8fafc;
    font-style:normal;
    font-weight:900;
}
.marketing-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin:26px 0;
}
.marketing-feature-grid>div{
    background:#fff;
    border:1px solid rgba(15,23,42,.1);
    border-radius:24px;
    padding:24px;
    box-shadow:0 14px 38px rgba(15,23,42,.06);
}
.marketing-feature-grid strong{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ff477e;
    color:#fff;
    margin-bottom:14px;
}
.marketing-cta-panel{
    text-align:center;
}
.invite-link-box{
    display:grid;
    grid-template-columns:1fr auto auto auto auto;
    gap:10px;
    align-items:center;
}
.social-prompt-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.social-prompt-card{
    background:#fff;
    border:1px solid rgba(15,23,42,.1);
    border-radius:20px;
    padding:18px;
}
@media(max-width:1000px){
    .marketing-launch-hero{grid-template-columns:1fr}
    .marketing-feature-grid{grid-template-columns:1fr}
    .invite-link-box{grid-template-columns:1fr}
    .social-prompt-list{grid-template-columns:1fr}
}
@media(max-width:700px){
    .marketing-stat-grid{grid-template-columns:repeat(2,1fr)}
}
