.tp-koc-hero{position:relative;padding:52px 0;background:var(--tp-hero-wash);overflow:hidden}
.tp-koc-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.tp-koc-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-koc-hero__eyebrow i{display:flex;font-size:15px}
.tp-koc-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-koc-hero h1 em{color:var(--tp-brand);font-style:normal}
.tp-koc-hero__copy p{margin:16px 0 0;max-width:520px;color:var(--tp-muted);font-size:16px;line-height:1.65}
.tp-koc-hero__actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
.tp-koc-hero__actions a{display:inline-flex;align-items:center;padding:13px 26px;border-radius:999px;font-weight:900;font-size:14px;transition:.2s}
.tp-koc-hero__actions a.is-solid{background:var(--tp-brand);color:#fff}
.tp-koc-hero__actions a.is-solid:hover{background:#e0244a}
.tp-koc-hero__actions a.is-outline{border:1px solid rgba(255,42,127,.45);color:var(--tp-brand)}
.tp-koc-hero__actions a.is-outline:hover{background:rgba(255,42,127,.1)}
.tp-koc-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.tp-koc-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-koc-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-koc-benefit strong{display:block;color:var(--tp-text);font-size:14px;font-weight:900;line-height:1.3}
.tp-koc-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-koc-proof{padding-top:0}
.tp-koc-proof__grid{display:grid;grid-template-columns:1.4fr .6fr;gap:32px;align-items:center}
.tp-koc-proof__dashboard{padding:24px;border:1px solid var(--tp-border);border-radius:20px;background:var(--tp-card-bg);box-shadow:0 20px 44px var(--tp-shadow-md)}
.tp-koc-proof__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.tp-koc-proof__head h3{margin:0;color:var(--tp-text);font-size:16px;font-weight:900}
.tp-koc-proof__daterange{padding:6px 12px;border-radius:999px;background:rgba(120,120,150,.12);color:var(--tp-muted);font-size:11px;font-weight:700;white-space:nowrap}
.tp-koc-proof__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:22px}
.tp-koc-proof__metric{position:relative;padding:16px 16px 40px;border:1px solid var(--tp-border);border-radius:14px;background:var(--tp-hero-wash);overflow:hidden}
.tp-koc-proof__label{display:block;color:var(--tp-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.tp-koc-proof__metric strong{display:block;margin-top:6px;color:var(--tp-text);font-size:22px;font-weight:900;letter-spacing:-.02em}
.tp-koc-proof__delta{display:inline-block;margin-top:4px;font-size:12px;font-weight:800}
.tp-koc-proof__delta.is-up{color:#1FAD6B}
.tp-koc-proof__delta.is-down{color:var(--tp-brand)}
.tp-koc-proof__spark{position:absolute;left:0;right:0;bottom:0;width:100%;height:28px}
.tp-koc-proof__spark polyline{fill:none;stroke:var(--tp-brand);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.55}
.tp-koc-proof__spark.is-blue polyline{stroke:#1FADDC}
.tp-koc-proof__spark.is-dark polyline{stroke:var(--tp-text)}
.tp-koc-proof__content h4{margin:0 0 10px;color:var(--tp-text);font-size:13px;font-weight:900}
.tp-koc-proof__row{display:grid;grid-template-columns:32px 1.6fr .8fr .8fr .7fr;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--tp-border);font-size:12px;color:var(--tp-muted)}
.tp-koc-proof__row:first-of-type{border-top:none}
.tp-koc-proof__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;background:var(--tp-border)}
.tp-koc-proof__name{color:var(--tp-text);font-weight:700;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tp-koc-proof__phone{position:relative;width:100%;max-width:320px;margin:0 auto}
.tp-koc-proof__phone:before{content:'';position:absolute;inset:-40px -30px;background:radial-gradient(circle,rgba(255,42,127,.16),transparent 70%);z-index:-1}
.tp-koc-proof__phone-frame{position:relative;aspect-ratio:9/16;border-radius:28px;overflow:hidden;background:#111;box-shadow:0 20px 44px var(--tp-shadow-md)}
.tp-koc-proof__phone-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tp-koc-proof__live-badge{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:var(--tp-brand);color:#fff;font-size:10px;font-weight:900;letter-spacing:.04em}
.tp-koc-proof__live-badge i{width:6px;height:6px;border-radius:50%;background:#fff}
.tp-koc-proof__tiktok-logo{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(0,0,0,.5);color:#fff}
.tp-koc-proof__tiktok-logo svg{width:16px;height:16px}
.tp-koc-proof__phone-actions{position:absolute;right:12px;bottom:22px;display:flex;flex-direction:column;gap:16px}
.tp-koc-proof__phone-actions span{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.4);color:#fff}
.tp-koc-proof__phone-actions svg{width:18px;height:18px}
.tp-koc-proof__floating-card{position:absolute;left:-24px;bottom:-24px;width:200px;padding:16px;border-radius:16px;background:var(--tp-card-bg);border:1px solid var(--tp-border);box-shadow:0 20px 44px var(--tp-shadow-md)}
.tp-koc-proof__floating-card span:first-child{display:block;color:var(--tp-muted);font-size:11px;font-weight:700}
.tp-koc-proof__floating-card strong{display:block;margin-top:4px;color:var(--tp-text);font-size:20px;font-weight:900}
.tp-koc-proof__floating-chart{width:100%;height:36px;margin-top:8px}
.tp-koc-proof__floating-chart polyline{fill:none;stroke:var(--tp-brand);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:991px){.tp-koc-proof__grid{grid-template-columns:1fr}.tp-koc-proof__phone{margin-top:40px}}
@media (max-width:480px){.tp-koc-proof__metrics{grid-template-columns:1fr}.tp-koc-proof__row{grid-template-columns:28px 1fr auto;row-gap:2px}.tp-koc-proof__row span:nth-child(4),.tp-koc-proof__row span:nth-child(5){grid-column:2/4}}

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

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

.tp-koc-form-section{background:transparent}
.tp-koc-form__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:start}
.tp-koc-form__eyebrow{display:inline-flex;margin-bottom:10px;color:var(--tp-brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.15em}
.tp-koc-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-koc-form__intro h2 em{color:var(--tp-brand);font-style:normal}
.tp-koc-form__intro p{margin:14px 0 0;color:var(--tp-muted);line-height:1.65}
.tp-koc-trust{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}
.tp-koc-trust li{display:flex;align-items:center;gap:12px;color:var(--tp-text);font-size:14px;font-weight:700}
.tp-koc-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-koc-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-koc-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-koc-hotline span{display:block;color:var(--tp-muted);font-size:12px;font-weight:800}
.tp-koc-hotline strong{display:block;margin-top:2px;color:var(--tp-text);font-size:17px;font-weight:900}

.tp-koc-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-koc-form .tp-koc-field{margin-bottom:16px}
.tp-koc-form .tp-koc-field:last-of-type{margin-bottom:0}
.tp-koc-form label{display:block;margin-bottom:6px;color:#171733;font-size:13px;font-weight:800}
.tp-koc-form label em{margin-left:2px;color:var(--tp-brand);font-style:normal}
.tp-koc-form input,.tp-koc-form select,.tp-koc-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-koc-form input:focus,.tp-koc-form select:focus,.tp-koc-form textarea:focus{outline:none;border-color:var(--tp-brand);box-shadow:0 0 0 3px rgba(255,42,127,.14)}
.tp-koc-form textarea{resize:vertical;min-height:80px}
.tp-koc-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tp-koc-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-koc-form__submit:hover{background:#e0244a}
.tp-koc-form__privacy{margin:12px 0 0;color:var(--tp-muted);font-size:11px;text-align:center}
.tp-koc-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-koc-hero__grid{grid-template-columns:1fr}.tp-koc-benefits{margin-top:32px}.tp-banner-slider{margin-top:32px}.tp-koc-steps{grid-template-columns:1fr}.tp-koc-form__grid{grid-template-columns:1fr}}
@media (max-width:640px){.tp-koc-benefits{grid-template-columns:1fr}.tp-koc-hero__actions{flex-direction:column}.tp-koc-form__row{grid-template-columns:1fr}.tp-koc-form{padding:22px 18px}}
