.marketing{background:var(--bg);font-family:var(--font-poppins);align-items:center;justify-content:center}.marketing,.marketing .section__inner{width:100%;display:flex;flex-direction:column}.marketing .section__inner{max-width:1200px;margin-left:auto;margin-right:auto;align-items:stretch}.marketing__content{width:100%;display:flex;flex-direction:column}.marketing__channel-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.marketing__channel{background:#242850;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);padding:1.3rem 1rem;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.marketing__channel h4{margin-bottom:.4rem;font-size:1.08rem;font-weight:600}.marketing__channel p{color:#b9bad0;font-size:.92rem;margin-bottom:.7rem;line-height:1.3}.marketing__channel-features{display:flex;gap:.9rem;flex-wrap:wrap}.marketing__feature{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:.97rem;color:#e8e9f0}.marketing__feature-check{color:#9d50bb;font-size:.8rem;flex-shrink:0}.marketing__feature span{color:#e8e9f0;background:none;border-radius:0;padding:0;font-weight:500;font-size:.97rem}.marketing__approach-steps{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.marketing__approach-step{background:#242850;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);padding:1.3rem 1rem;color:#f5f5f5;display:flex;flex-direction:column;align-items:flex-start}.marketing__approach-step h4{margin-bottom:.4rem;font-size:1rem;font-weight:600;color:#f5f5f5}.marketing__approach-step p{color:#b9bad0;font-size:.97rem;line-height:1.4}.marketing__contact{display:flex;justify-content:center;margin-top:2.8rem}.marketing__contact-btn{cursor:pointer;z-index:1;border:none;border-radius:50px;outline:none;justify-content:center;align-items:center;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:transform .3s;display:inline-flex;position:relative;overflow:hidden;background:linear-gradient(90deg,#6e48aa,#9d50bb);color:#fff;gap:5px}.marketing__contact-btn:hover{transform:translateY(-2px)}.marketing__contact-arrow{font-size:1.1em;margin-left:.3em;display:inline-block}@media(max-width:1200px){.marketing__approach-steps,.marketing__channel-grid{grid-template-columns:1fr 1fr}}@media(max-width:900px){.marketing__approach-steps,.marketing__channel-grid{grid-template-columns:1fr 1fr}}@media(max-width:700px){.marketing__approach-step,.marketing__channel{padding:1rem}.marketing__approach-steps,.marketing__channel-grid{grid-template-columns:1fr}}