.revptc-hero-actions,
.header-action.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.revptc-btn-login {
    background: #2b1748 !important;
    border-color: #2b1748 !important;
    color: #fff !important;
}
.revptc-btn-login:hover,
.revptc-btn-login:focus {
    background: #3d2266 !important;
    color: #fff !important;
}
.revptc-btn-register,
.revptc-btn-register.active {
    background: #f47b20 !important;
    border-color: #f47b20 !important;
    color: #fff !important;
}
.banner-content .title {
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.25;
}
.banner-content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.revptc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}
.revptc-footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.revptc-footer-links a:hover { color: #f47b20; }
.revptc-info-card,
.revptc-step-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px 18px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(43, 23, 72, .08);
}
.revptc-info-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #f6f1fb;
    color: #f47b20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 14px;
}
.revptc-info-card .title,
.revptc-step-card .title {
    color: #2b1748;
    font-size: 18px;
    margin-bottom: 8px;
}
.revptc-step-card p,
.revptc-info-card p {
    margin: 0;
    color: #6b5b80;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
iframe[src*="tawk.to"],
iframe[src*="smartsupp"] {
    max-width: 100%;
}
.navbar-nav.main-menu {
    flex-wrap: wrap;
}
@media (max-width: 575.98px) {
    .banner-content .title { font-size: 28px !important; }
    .banner-btn a,
    .header-action a {
        min-width: 140px;
        text-align: center;
    }
    .client-item,
    .faq-item,
    .plan-item,
    .service-item {
        max-width: 100%;
    }
}
