/* ---- Unified order form, FAQ, platforms, tracking, WhatsApp (2026-09) ---- */
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 70px; }

/* hero phone mockup */
.phone-mock { position: relative; z-index: 1; width: 290px; margin: 0 auto; background: #0b1226; border-radius: 42px; padding: 12px; box-shadow: 0 40px 80px rgba(0,0,0,.45), 0 0 0 2px rgba(255,255,255,.08); transform: rotate(-3deg); }
.pm-screen { background: #f3f5fa; border-radius: 32px; overflow: hidden; color: #10182b; }
.pm-top { display: flex; align-items: center; gap: 10px; padding: 18px 16px 14px; background: linear-gradient(90deg,#0a1a3c,#142a5c); color: #fff; font-size: .9rem; }
.pm-logo { width: 32px; height: 32px; border-radius: 9px; background: #ffc107; color: #0a1a3c; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: .8rem; }
.pm-body { padding: 14px; }
.pm-title { font-weight: 800; font-size: 1.1rem; margin-bottom: 10px; }
.pm-stat, .pm-row { background: #fff; border-radius: 14px; padding: 10px 12px; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 8px rgba(16,24,43,.06); font-size: .82rem; }
.pm-stat b { font-size: 1rem; }
.pm-row em { font-style: normal; font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.pm-row em.ok { background: #d1fae5; color: #047857; } .pm-row em.low { background: #fef3c7; color: #92400e; }
.pm-nav { display: flex; justify-content: space-around; background: #fff; padding: 12px 0 16px; font-style: normal; box-shadow: 0 -2px 10px rgba(16,24,43,.06); }
.pm-nav i { font-style: normal; font-size: 1.1rem; }

/* platforms */
.platform-card { background: #fff; border-radius: 18px; padding: 1.4rem; height: 100%; border: 1px solid #eef0f5; box-shadow: 0 6px 24px rgba(15,23,42,.05); }
.platform-ico { font-size: 1.8rem; margin-bottom: .6rem; }
.platform-card h6 { font-weight: 700; }
.platform-card p { color: #667; font-size: .9rem; margin: 0; }
.compare-table th, .compare-table td { text-align: center; vertical-align: middle; padding: .85rem .6rem; font-size: .9rem; }
.compare-table td:first-child, .compare-table th:first-child { text-align: start; font-weight: 600; color: #334; }
.compare-table thead th { background: #f7f8fc; font-size: 1.2rem; }

/* order form */
.step-head { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.1rem; }
.step-head h5 { margin: 0; font-weight: 800; }
.step-num { width: 34px; height: 34px; border-radius: 50%; background: var(--brand-primary); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
.order-form .form-control, .order-form .form-select { min-height: 46px; border-radius: 12px; }
.seg { display: flex; gap: 6px; flex-wrap: wrap; }
.seg .btn { flex: 1; border-radius: 12px; min-height: 46px; white-space: nowrap; }
.pay-choice { background: #f7f8fc; border-radius: 14px; padding: 1rem 1.1rem; }
.pay-option { display: flex; gap: .6rem; align-items: flex-start; font-weight: 600; margin: .35rem 0; cursor: pointer; }
.pay-option input { margin-top: .3rem; }
.order-summary { position: sticky; top: 90px; }
.price-big { font-size: 2.2rem; font-weight: 800; color: var(--brand-primary); line-height: 1.1; }
.summary-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.summary-list li { padding: .45rem 0; border-bottom: 1px dashed #e3e7f0; font-size: .92rem; }
@media (max-width: 991.98px) { .order-summary { position: static; } }

/* FAQ */
.faq .accordion-item { border: 1px solid #eef0f5; border-radius: 14px !important; margin-bottom: .7rem; overflow: hidden; }
.faq .accordion-button { font-weight: 700; padding: 1.1rem 1.2rem; }
.faq .accordion-button:not(.collapsed) { background: #eef3ff; color: var(--brand-dark); box-shadow: none; }
.faq .accordion-body { color: #556; line-height: 1.7; }
html[dir="rtl"] .accordion-button::after { margin-left: 0; margin-right: auto; }

/* confirmation & tracking */
.confirm-ico { width: 72px; height: 72px; border-radius: 50%; background: #d1fae5; color: #047857; font-size: 2.2rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.order-ref { display: inline-flex; align-items: center; background: #f7f8fc; border-radius: 12px; padding: .6rem 1rem; font-size: 1.05rem; }
.order-ref strong { font-size: 1.3rem; margin-inline-start: .4rem; letter-spacing: .04em; }
.timeline { list-style: none; display: flex; padding: 0; margin: 0; counter-reset: s; }
.timeline li { flex: 1; text-align: center; position: relative; font-size: .82rem; color: #8a93a6; padding-top: 42px; counter-increment: s; }
.timeline li::before { content: counter(s); position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; border-radius: 50%; background: #e7eaf2; color: #8a93a6; font-weight: 800; display: flex; align-items: center; justify-content: center; z-index: 1; }
.timeline li::after { content: ""; position: absolute; top: 15px; left: -50%; width: 100%; height: 3px; background: #e7eaf2; }
.timeline li:first-child::after { display: none; }
.timeline li.done { color: #10182b; font-weight: 600; }
.timeline li.done::before { background: #198754; color: #fff; content: "✓"; }
.timeline li.done::after { background: #198754; }
.timeline li.current::before { box-shadow: 0 0 0 5px rgba(25,135,84,.2); }
.summary-dl { display: grid; grid-template-columns: auto 1fr; gap: .45rem 1rem; margin: 0; font-size: .92rem; }
.summary-dl dt { color: #7a8296; font-weight: 500; }
.summary-dl dd { margin: 0; text-align: end; }

/* WhatsApp floating button */
.wa-float { position: fixed; bottom: 22px; inset-inline-end: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(37,211,102,.45); z-index: 1050; transition: transform .15s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: wa-pulse 2.2s infinite; }
@keyframes wa-pulse { 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }
@media (max-width: 576px) { section { padding: 3rem 0; } .section-title { font-size: 1.6rem; } .card-panel { padding: 1.3rem; } .price-big { font-size: 1.8rem; } }
