.tp-ads-hero{position:relative;padding:52px 0;background:var(--tp-hero-wash);overflow:hidden}
.tp-ads-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.tp-ads-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:7px 16px;border-radius:999px;background:rgba(255,42,127,.14);color:var(--tp-brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.tp-ads-hero__eyebrow i{display:flex;font-size:15px}
.tp-ads-hero h1{margin:0;color:var(--tp-text);font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.12;letter-spacing:-.03em}
.tp-ads-hero h1 em{color:var(--tp-brand);font-style:normal}
.tp-ads-hero__copy p{margin:16px 0 0;max-width:520px;color:var(--tp-muted);font-size:16px;line-height:1.65}
.tp-ads-hero__actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
.tp-ads-hero__actions a{display:inline-flex;align-items:center;padding:13px 26px;border-radius:999px;font-weight:900;font-size:14px;transition:.2s}
.tp-ads-hero__actions a.is-solid{background:var(--tp-brand);color:#fff}
.tp-ads-hero__actions a.is-solid:hover{background:#e0244a}
.tp-ads-hero__actions a.is-outline{border:1px solid rgba(255,42,127,.45);color:var(--tp-brand)}
.tp-ads-hero__actions a.is-outline:hover{background:rgba(255,42,127,.1)}
.tp-ads-hero__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px}
.tp-ads-hero__stats strong{display:block;color:var(--tp-brand);font-size:26px;font-weight:900;letter-spacing:-.02em}
.tp-ads-hero__stats span{display:block;margin-top:4px;color:var(--tp-muted);font-size:12px}
.tp-ads-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tp-ads-benefit{padding:22px 20px;border:1px solid var(--tp-border);border-radius:16px;background:var(--tp-card-bg);box-shadow:0 14px 34px var(--tp-shadow-md)}
.tp-ads-benefit i{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:12px;border-radius:12px;background:rgba(31,173,220,.14);color:#1FADDC;font-size:20px}
.tp-ads-benefit strong{display:block;color:var(--tp-text);font-size:14px;font-weight:900;line-height:1.3}
.tp-ads-benefit span{display:block;margin-top:6px;color:var(--tp-muted);font-size:12px;line-height:1.5}
.tp-banner-slider{position:relative;width:100%;aspect-ratio:4/3;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px var(--tp-shadow-md)}
.tp-banner-slider__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease}
.tp-banner-slider__img.is-active{opacity:1}

.tp-ads-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.tp-ads-platform{padding:28px 26px;border:1px solid var(--tp-border);border-radius:18px;background:var(--tp-card-bg);box-shadow:0 14px 34px var(--tp-shadow-md)}
.tp-ads-platform__head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.tp-ads-platform__head i{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:none;border-radius:14px;background:var(--tp-brand);color:#fff;font-size:24px}
.tp-ads-platform h3{margin:0;font-size:19px;font-weight:900;color:var(--tp-text)}
.tp-ads-platform p{margin:2px 0 0;color:var(--tp-muted);font-size:13px}
.tp-ads-platform ul{list-style:none;margin:18px 0 0;padding:0}
.tp-ads-platform li{position:relative;padding:6px 0 6px 22px;color:var(--tp-text);font-size:13px;line-height:1.5}
.tp-ads-platform li:before{content:"";position:absolute;left:0;top:12px;width:8px;height:8px;border-radius:999px;background:var(--tp-brand)}

.tp-ads-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tp-ads-step{position:relative;padding:24px 20px 22px;border:1px solid var(--tp-border);border-radius:16px;background:var(--tp-card-bg);box-shadow:0 14px 34px var(--tp-shadow-md)}
.tp-ads-step b{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:14px;border-radius:10px;background:#1FADDC;color:#fff;font-size:13px;font-weight:900}
.tp-ads-step i{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:12px;border-radius:12px;background:rgba(31,173,220,.14);color:#1FADDC;font-size:19px}
.tp-ads-step h3{margin:0 0 6px;font-size:15px;font-weight:900;color:var(--tp-text)}
.tp-ads-step p{margin:0;color:var(--tp-muted);font-size:12px;line-height:1.5}

.tp-ads-pricing-note{margin:24px auto 0;max-width:820px;color:var(--tp-muted);font-size:12px;text-align:center}

.tp-ads-why{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tp-ads-why-card{padding:26px 22px;border:1px solid var(--tp-border);border-radius:16px;background:var(--tp-card-bg);box-shadow:0 14px 34px var(--tp-shadow-md);text-align:center}
.tp-ads-why-card i{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 14px;border-radius:14px;background:rgba(255,42,127,.14);color:var(--tp-brand);font-size:22px}
.tp-ads-why-card h3{margin:0 0 8px;font-size:16px;font-weight:900;color:var(--tp-text)}
.tp-ads-why-card p{margin:0;color:var(--tp-muted);font-size:13px;line-height:1.6}

.tp-ads-faq{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.tp-ads-faq-item{border:1px solid var(--tp-border);border-radius:14px;background:var(--tp-card-bg);overflow:hidden}
.tp-ads-faq-item button{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 20px;border:0;background:none;color:var(--tp-text);font-family:inherit;font-size:15px;font-weight:800;text-align:left;cursor:pointer}
.tp-ads-faq-item button i{flex:none;display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;background:rgba(255,42,127,.14);color:var(--tp-brand);font-size:16px;font-style:normal;transition:.2s}
.tp-ads-faq-item.is-open button i{transform:rotate(45deg)}
.tp-ads-faq-item__panel{max-height:0;overflow:hidden;transition:max-height .25s ease}
.tp-ads-faq-item.is-open .tp-ads-faq-item__panel{max-height:220px}
.tp-ads-faq-item__panel p{margin:0;padding:0 20px 18px;color:var(--tp-muted);font-size:13px;line-height:1.6}

.tp-ads-form-section{background:transparent}
.tp-ads-form__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:start}
.tp-ads-form__intro h2{margin:0;font-size:clamp(26px,3.2vw,36px);font-weight:900;line-height:1.15;letter-spacing:-.02em;color:var(--tp-text)}
.tp-ads-form__intro h2 em{color:var(--tp-brand);font-style:normal}
.tp-ads-form__intro p{margin:14px 0 0;color:var(--tp-muted);line-height:1.65}
.tp-ads-trust{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.tp-ads-trust li{display:flex;align-items:center;gap:12px;color:var(--tp-text);font-size:14px;font-weight:700}
.tp-ads-trust i{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex:none;border-radius:999px;background:rgba(255,42,127,.14);color:var(--tp-brand);font-size:15px}
.tp-ads-hotline{display:flex;align-items:center;gap:14px;margin-top:28px;padding:16px 18px;border:1px solid var(--tp-border);border-radius:14px;background:var(--tp-card-bg)}
.tp-ads-hotline i{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex:none;border-radius:999px;background:var(--tp-brand);color:#fff;font-size:19px}
.tp-ads-hotline span{display:block;color:var(--tp-muted);font-size:12px;font-weight:800}
.tp-ads-hotline strong{display:block;margin-top:2px;color:var(--tp-text);font-size:17px;font-weight:900}

.tp-ads-form{border:1px solid var(--tp-border);border-radius:20px;background:#fff;padding:28px 26px;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.tp-ads-form .tp-ads-field{margin-bottom:16px}
.tp-ads-form .tp-ads-field:last-of-type{margin-bottom:0}
.tp-ads-form label,.tp-ads-form .tp-ads-label{display:block;margin-bottom:6px;color:#171733;font-size:13px;font-weight:800}
.tp-ads-form label em,.tp-ads-form .tp-ads-label em{margin-left:2px;color:var(--tp-brand);font-style:normal}
.tp-ads-form input[type="text"],.tp-ads-form input[type="tel"],.tp-ads-form select,.tp-ads-form textarea{width:100%;padding:10px 14px;border:1px solid #dcd7e6;border-radius:10px;background:#fff;color:#171733;font-family:inherit;font-size:16px;transition:.2s}
.tp-ads-form input[type="text"]:focus,.tp-ads-form input[type="tel"]:focus,.tp-ads-form select:focus,.tp-ads-form textarea:focus{outline:none;border-color:var(--tp-brand);box-shadow:0 0 0 3px rgba(255,42,127,.14)}
.tp-ads-form textarea{resize:vertical;min-height:80px}
.tp-ads-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tp-ads-checkgroup{display:flex;flex-wrap:wrap;gap:16px}
.tp-ads-checkgroup label{display:flex;align-items:center;gap:8px;margin:0;color:#171733;font-size:13px;font-weight:700}
.tp-ads-checkgroup input{width:16px;height:16px;accent-color:var(--tp-brand)}
.tp-ads-form__submit{width:100%;margin-top:6px;padding:13px 20px;border:0;border-radius:12px;background:var(--tp-brand);color:#fff;font-weight:900;font-size:14px;cursor:pointer;transition:.2s}
.tp-ads-form__submit:hover{background:#e0244a}
.tp-ads-form__privacy{margin:12px 0 0;color:var(--tp-muted);font-size:11px;text-align:center}
.tp-ads-form .alert-success{margin-bottom:16px;padding:12px 16px;border-radius:10px;background:rgba(52,199,89,.12);color:#1a7a3c;font-weight:700;font-size:13px}

@media (max-width:991px){.tp-ads-hero__grid{grid-template-columns:1fr}.tp-ads-hero__stats{grid-template-columns:repeat(2,1fr)}.tp-banner-slider{margin-top:32px}.tp-ads-platforms{grid-template-columns:1fr}.tp-ads-steps{grid-template-columns:repeat(2,1fr)}.tp-ads-why{grid-template-columns:1fr}.tp-ads-form__grid{grid-template-columns:1fr}}
@media (max-width:640px){.tp-ads-benefits{grid-template-columns:1fr}.tp-ads-hero__actions{flex-direction:column}.tp-ads-hero__stats{grid-template-columns:repeat(2,1fr)}.tp-ads-steps{grid-template-columns:1fr}.tp-ads-form__row{grid-template-columns:1fr}.tp-ads-form{padding:22px 18px}}
