:root{--orange:#f37820;--blue:#012846;--orange-light:rgba(243,120,32,.10);--blue-light:rgba(1,40,70,.08)}.placement-banner{width:100%;height:220px;border-radius:16px;overflow:hidden;position:relative;background:var(--blue)}.placement-banner__photos{display:flex;height:100%;gap:3px}.placement-banner__photos .photo-slot{flex:1;overflow:hidden;position:relative}.placement-banner__photos .photo-slot img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .4s ease}.placement-banner__photos .photo-slot:hover img{transform:scale(1.04)}.placement-banner__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(1 40 70 / .60) 0%,rgb(243 120 32 / .25) 100%);display:flex;align-items:flex-end;padding:18px 22px}.placement-banner__overlay .badge-free{background:var(--orange);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:20px;padding:5px 14px}.placement-banner__overlay .banner-label{color:#fff;font-weight:700;font-size:1.15rem;line-height:1.2;text-shadow:0 1px 3px rgb(0 0 0 / .4)}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);margin-bottom:10px}.section-label::before{content:'';display:block;width:22px;height:2px;background:var(--orange);border-radius:2px}.profile-card{border:1.5px solid #e9ecef;border-radius:12px;padding:16px 14px;display:flex;align-items:flex-start;gap:12px;background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s}.profile-card:hover{border-color:var(--orange);box-shadow:0 4px 18px rgb(243 120 32 / .12);transform:translateY(-2px)}.profile-card__icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.profile-card__icon.orange{background:var(--orange-light);color:var(--orange)}.profile-card__icon.blue{background:var(--blue-light);color:var(--blue)}.profile-card__title{font-weight:600;font-size:.92rem;color:#1a1a2e;margin-bottom:2px;line-height:1.2}.profile-card__desc{font-size:.8rem;color:#6c757d;margin:0}.process-step{display:flex;gap:18px;position:relative}.process-step:not(:last-child)::after{content:'';position:absolute;left:21px;top:46px;width:2px;height:calc(100% - 16px);background:#e9ecef}.process-step__num{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0;z-index:1}.process-step__num.orange{background:var(--orange);color:#fff}.process-step__num.blue{background:var(--blue);color:#fff}.process-step__body{padding-bottom:28px}.process-step__title{font-weight:700;font-size:1rem;color:#1a1a2e;margin-bottom:4px}.process-step__text{font-size:.88rem;color:#6c757d;margin:0}.process-step__tag{display:inline-block;font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;margin-top:6px}.process-step__tag.orange{background:var(--orange-light);color:var(--orange)}.process-step__tag.blue{background:var(--blue-light);color:var(--blue)}.contact-card{background:#fff;border:1.5px solid #e9ecef;border-radius:16px;overflow:hidden}.contact-card__head{background:var(--blue);padding:20px 22px 18px;color:#fff}.contact-card__head .title{font-weight:700;font-size:1.1rem;margin-bottom:4px;color:#fff}.contact-card__head .subtitle{font-size:.82rem;opacity:.75;margin:0}.contact-card__body{padding:22px}.cta-wa{display:flex;align-items:center;justify-content:center;gap:10px;background:#25D366;color:#fff;font-weight:700;font-size:.95rem;border-radius:10px;padding:13px 20px;text-decoration:none;transition:background .2s,transform .15s;width:100%}.cta-wa:hover{background:#1ebe59;color:#fff;transform:translateY(-1px)}.cta-email{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--orange-light);color:var(--orange);font-weight:700;font-size:.92rem;border-radius:10px;padding:12px 20px;text-decoration:none;transition:background .2s;width:100%;border:1.5px solid rgb(243 120 32 / .25)}.cta-email:hover{background:rgb(243 120 32 / .18);color:var(--orange)}.free-badge{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#eafbf0 0%,#f0faf5 100%);border:1.5px solid #b7eacc;border-radius:10px;padding:12px 16px}.free-badge__icon{width:36px;height:36px;border-radius:8px;background:#25D366;display:flex;align-items:center;justify-content:center;flex-shrink:0}.free-badge__text strong{color:#1a7a3d;font-size:.9rem;display:block}.free-badge__text span{font-size:.78rem;color:#5a8a6e}.info-line{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#495057;padding:9px 0;border-bottom:1px solid #f0f0f0}.info-line:last-child{border-bottom:none}.info-line .icon-wrap{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem}.faq-item{border-bottom:1px solid #f0f0f0;padding:12px 0}.faq-item:last-child{border-bottom:none}.faq-item__q{font-weight:600;font-size:.88rem;color:#1a1a2e;margin-bottom:4px;display:flex;align-items:flex-start;gap:8px}.faq-item__q::before{content:'Q';background:var(--orange-light);color:var(--orange);font-size:.7rem;font-weight:800;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.faq-item__a{font-size:.82rem;color:#6c757d;margin:0 0 0 28px}.text-orange{color:var(--orange)!important}.text-blue{color:var(--blue)!important}.bg-blue{background:var(--blue)!important}.rounded-12{border-radius:12px}.fw-500{font-weight:500}@media (max-width:991.98px){.process-step:not(:last-child)::after{left:21px}}@media (max-width:767.98px){.placement-banner{height:170px}.placement-banner__overlay .banner-label{font-size:1rem}}