/* Shared marketing content components */
.section{padding:90px 0}.section-title{max-width:740px;margin-bottom:38px}.section-title.center{text-align:center;margin-inline:auto}.section-title h2{font-size:clamp(36px,4.5vw,58px);line-height:1.03;letter-spacing:-.045em;margin:14px 0}.section-title p{color:var(--muted);line-height:1.75}
.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.card{position:relative;overflow:hidden;padding:25px;border-radius:23px;background:var(--solid);border:1px solid var(--line);box-shadow:var(--soft)}.card:after{content:"";position:absolute;left:-20%;right:-20%;bottom:-90px;height:150px;background:var(--glow,var(--pink));filter:blur(38px);opacity:.13}.card-icon{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,90,174,.12),rgba(141,101,255,.12));font-size:22px;margin-bottom:22px}.card h3{margin:0;font-size:19px;letter-spacing:-.025em}.card p{color:var(--muted);font-size:13px;line-height:1.7;min-height:70px}.card .link{font-size:12px;font-weight:900;color:var(--violet)}
.cta{margin:30px auto 80px;border-radius:30px;padding:54px;background:linear-gradient(135deg,#ff62b3,#8b67ff 58%,#59a8ff);color:#fff;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;box-shadow:0 22px 55px rgba(155,77,218,.25)}.cta h2{font-size:clamp(34px,4vw,54px);line-height:1;margin:0 0 12px;letter-spacing:-.045em}.cta p{margin:0;color:rgba(255,255,255,.82)}.cta .btn{background:#fff;color:#412b4f}
@media(max-width:940px){.cards4{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr;text-align:center}.cta .btn{justify-self:center}}
@media(max-width:620px){.section{padding:66px 0}.cards4{grid-template-columns:1fr}.card p{min-height:0}.cta{padding:34px 22px;margin-bottom:56px}}
