/* ===== Demo-request landing (tiered-pricing.com brand) ===== */
.tptl { --brand: #96598a; --brand-dark: #7a4870; --pink: #d284c4; --ink: #0f172a; --muted: #64748b; --line: #e2e8f0; --tint: #fdf4ff; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #334155; }
.tptl-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.tptl h1, .tptl h2, .tptl h3 { color: var(--ink); margin: 0; line-height: 1.15; letter-spacing: -0.01em; }
.tptl-eyebrow { display: inline-block; background: #fff; color: var(--brand); border: 1px solid #f0d8ea; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.tptl-hero { position: relative; padding: 140px 0 70px; background: radial-gradient(700px 420px at 8% 0%, rgba(150,89,138,.16), transparent 70%), radial-gradient(600px 400px at 100% 10%, rgba(210,132,196,.18), transparent 70%), linear-gradient(180deg, #f8fafc, #fff 80%); }
.tptl-hero__grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 48px; align-items: center; }
.tptl-hero__copy h1 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 900; margin: 16px 0 16px; }
.tptl-hero__copy h1 em { font-style: normal; color: var(--brand); }
.tptl-lead { font-size: 18px; line-height: 1.6; color: #475569; margin: 0 0 20px; }
.tptl-checks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.tptl-checks li { position: relative; padding-left: 30px; font-size: 15px; font-weight: 500; color: #334155; }
.tptl-checks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px; border-radius: 50%; background: var(--brand); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M10 0a10 10 0 100 20 10 10 0 000-20zm-1.2 14.6l-4-4 1.6-1.6 2.4 2.4 5.2-5.2 1.6 1.6-6.8 6.8z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M10 0a10 10 0 100 20 10 10 0 000-20zm-1.2 14.6l-4-4 1.6-1.6 2.4 2.4 5.2-5.2 1.6 1.6-6.8 6.8z'/%3E%3C/svg%3E") center/contain no-repeat; }
.tptl-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px 34px 26px; box-shadow: 0 40px 80px -32px rgba(150,89,138,.45), 0 12px 34px -22px rgba(15,23,42,.25); }
.tptl-card h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 14px; }
.tptl-card__sub { margin: 6px 0 18px; color: var(--muted); font-size: 14.5px; }
.tptl-card .mp-start-demo { margin: 0 !important; }
.tptl-card .mp-start-demo p { margin: 0; }
.tptl-card .mp-form-title { display: none; }
.tptl-card .input-wrapper label[for=mp_email] { display: block; font-size: 13px; font-weight: 700; color: #475569; margin-bottom: 6px; }
.tptl-card .input-wrapper br { display: none; }
.tptl-card .mp-demo-email { width: 100%; box-sizing: border-box; padding: 13px 16px; border-radius: 10px; border: 1px solid #cbd5e1; background: #f8fafc; font-size: 16px; color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s, background .15s; }
.tptl-card .mp-demo-email:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(150,89,138,.15); }
.tptl-card .input-wrapper i { display: block; font-style: normal; font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.tptl-card .mp-submit { display: block; width: 100%; margin-top: 16px; padding: 14px 18px; border: 0; border-radius: 10px; background: var(--brand); color: #fff; font-weight: 800; font-size: 16px; cursor: pointer; transition: background .15s, transform .15s; }
.tptl-card .mp-submit:hover { background: var(--brand-dark); transform: translateY(-1px); }
.tptl-card .mp-loader { margin: 10px auto 0; display: none; }
.tptl-card .mp-message { margin-top: 14px; font-size: 14px; }
.tptl-card .mp-demo-success, .tptl-card .mp-demo-fail { display: none; padding: 12px 14px; border-radius: 10px; }
.tptl-card .mp-demo-success { color: #166534; background: #dcfce7; border: 1px solid #bbf7d0; }
.tptl-card .mp-demo-fail { color: #991b1b; background: #fee2e2; border: 1px solid #fecaca; }
.tptl-card__notes { list-style: none; margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid var(--line); display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.tptl-card__notes li { padding-left: 18px; position: relative; }
.tptl-card__notes li::before { content: "•"; position: absolute; left: 4px; color: var(--brand); font-weight: 900; }
.tptl-section { padding: 64px 0; }
.tptl-section--alt { background: #f8fafc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tptl-h2 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); font-weight: 800; text-align: center; margin-bottom: 10px; }
.tptl-sub { text-align: center; color: var(--muted); margin: 0 0 32px; font-size: 16px; }
.tptl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.tptl-step { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px; }
.tptl-step span { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--brand); color: #fff; font-weight: 800; margin-bottom: 12px; }
.tptl-step h3 { font-size: 1.05rem; margin-bottom: 6px; }
.tptl-step p { margin: 0; font-size: 14px; color: #475569; line-height: 1.55; }
.tptl-step a { color: var(--brand); font-weight: 700; }
.tptl-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tptl-feature { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.tptl-feature h3 { font-size: 1rem; margin-bottom: 6px; }
.tptl-feature p { margin: 0; font-size: 13.5px; color: #475569; line-height: 1.55; }
.tptl-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.tptl-gallery figure, .tptl-big { margin: 0; }
.tptl-gallery img, .tptl-big img { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 12px 30px -18px rgba(15,23,42,.3); background: #fff; }
.tptl-gallery figcaption, .tptl-big figcaption { text-align: center; font-size: 13px; color: var(--muted); margin-top: 8px; font-weight: 600; }
.tptl-big { max-width: 860px; margin: 36px auto 0; }
.tptl-faq { max-width: 820px; }
.tptl-faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 0 18px; margin-bottom: 10px; }
.tptl-faq summary { cursor: pointer; padding: 14px 0; font-weight: 700; color: var(--ink); font-size: 15px; list-style: none; position: relative; padding-right: 28px; }
.tptl-faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; color: var(--brand); font-size: 20px; font-weight: 700; }
.tptl-faq details[open] summary::after { content: "–"; }
.tptl-faq p { margin: 0 0 14px; color: #475569; font-size: 14.5px; line-height: 1.6; }
.tptl-faq a { color: var(--brand); font-weight: 700; }
.tptl-cta { padding: 70px 0 80px; text-align: center; background: linear-gradient(135deg, #f5e9f2, #fdf4ff); }
.tptl-cta h2 { font-size: 2rem; font-weight: 900; margin-bottom: 8px; }
.tptl-cta p { color: #475569; margin: 0 0 22px; font-size: 16px; }
.tptl-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.tptl-btn { display: inline-block; padding: 12px 20px; border-radius: 10px; border: 1px solid #cbd5e1; background: #fff; color: var(--ink) !important; font-weight: 700; text-decoration: none !important; font-size: 14.5px; transition: border-color .15s, background .15s, color .15s; }
.tptl-btn:hover { border-color: var(--brand); color: var(--brand) !important; }
.tptl-btn--primary { background: var(--brand); border-color: var(--brand); color: #fff !important; }
.tptl-btn--primary:hover { background: var(--brand-dark); color: #fff !important; }
@media (max-width: 980px) { .tptl-hero { padding-top: 120px; } .tptl-hero__grid, .tptl-steps, .tptl-features { grid-template-columns: 1fr 1fr; } .tptl-hero__grid { gap: 32px; } }
@media (max-width: 680px) { .tptl-hero__grid, .tptl-steps, .tptl-features, .tptl-gallery { grid-template-columns: 1fr; } .tptl-card { padding: 22px 20px; } .tptl-section { padding: 44px 0; } }

.tptl-card__note { margin: 14px 0 0; font-size: 13px; line-height: 1.5; color: var(--muted); }
