* {
    margin: 0;
    padding: 0;
}

.container {
    justify-content:space-evenly;
}

/* 1 блок */
.header-top > .container {
  max-width: 1180px;
}

.nav-links {
    color: #2C2C2C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
}

.header-icons img {
    width: 47px;
    height: 47px;
    border-radius: 12px;
    object-fit: cover;
}

.header-icon {
    display: inline-flex;
}

/* Телефон */
.phone-number {
    font-weight: 600;
    font-size: 18px;
    color: #2C2C2C;
    text-decoration: none;
}

.work-time {
    font-size: 14px;
    color: #2C2C2C;
    font-weight: 400;
}

.btn-login {
    background: #FC9227;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 12px;
    width: 82px;
    height: 47px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
 
.container {
  max-width: 1180px;
}

.container {
    margin-bottom: -10px;
}

/* Breadcrumb */
.breadcrumb a {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

/* Page title */
.page-title {
    margin-top: 35px;
    font-size: 32px;
    font-weight: 600;
    color: #2C2C2C;
}

.intro-text {
    font-size: 18px;
    margin-top: 35px;
    font-weight: 400;
    color: #2C2C2C;
}

/* Feature cards */
.feature-card {
    background: #F8EFFF;
    border-radius: 20px;
    width: 560px;
    height: 235px;
    padding: 20px;
    gap: 15px;
    display: flex;
    align-items: flex-start;
}

.more1 {
    opacity: 0.7;
    margin: 0;
}

.more2 {
    opacity: 0.5;
    margin: 0;
}

.more3 {
    opacity: 0.3;
    margin-bottom: 20px;
}

.feature-list {
    margin: 0;
    margin-left: -60px;
}

.feature-list li {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
}
 
.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #2C2C2C;
    margin-bottom: 25px;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: #A333FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-img {
    width: 20px;
    height: 20px;
}

.more-link {
    color: #A333FF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    margin-left: -60px;
}

.card-purple {
    background: #F8EFFF;
}

.page-title {
    margin-top: 60px;
    color: #2C2C2C;
    font-size: 32px;
    font-weight: 600;
}
 
.contain {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* Основной фиолетовый блок */
.cta-wrapper {
    position: relative;
    background: #FC9227;
    border-radius: 20px;
    padding: 56px 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 1140px;
    height: 239px;
}

/* Фоновая карта/краски */
.cta-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0.45;
}

.cta-bg img {
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Контент слева */
.cta-content {
    position: relative;
    right: 15px;
    z-index: 3;
    max-width: 600px;
}

.cta-title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 14px;
    font-weight: 600;
}

.cta-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 32px;
}

/* Кнопка */
.cta-btn {
    background: #A333FF;
    width: 166px;
    height: 54px;
    border-radius: 15px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    position: relative;
    z-index: 4;
}

/* Рука */
.cta-hand {
    position: absolute;
    top: 50px;
    right: 90px;
    bottom: 0;
    height: 285px;
    width: 323px;
    z-index: 4;
}

.cta-hand img {
    height: 150px;
    width: 108px;
    object-fit: contain;
    pointer-events: none;
}

/* Общая карточка */
.service-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #2C2C2C;
}

/* Фиолетовая шапка */
.service-header {
    background: #A333FF;
    border-radius: 15px;
    padding: 18px 12px;
    width: 520px;
    height: 88px;
        margin-bottom: -5px;
}

.text1 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}

.text2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}

.text3 {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
}

/* Блок "Мне нужно" */
.help-block {
    background: #F8EFFF;
    border-radius: 15px;
    width: 520px;
    height: 280px;
}

.help-block1 {
    background: #F8EFFF;
    border-radius: 15px;
    width: 520px;
    height: 239px;
}

/* Список услуг */
.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.35;
    color: #2C2C2C;
    font-weight: 400;
    font-size: 16px;
}

/* Иконки */
.service-list li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.small {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 600;
 
}

.fw-semibold {
    color: #2C2C2C;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

/* подвал */
.footer > .container {
  max-width: 1180px;
}

.footer {
    background: #F7EFFD;
}

.footer-slogan {
    color: #A333FF;
    font-size: 18px;
    font-weight: 600;
    margin-top: -5px;
}

.footer-link {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.footer-copy {
    white-space: nowrap;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
}

.footer-privacy {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    
}

.contact-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.footer-phone {
    font-size: 20px;
    font-weight: 600;
}

.social-icon {
    width: 47px;
    height: 47px;
}

.contract-box {
    width: 492px;
    height: 142px;
    margin-top: 40px;
    background: #ffffff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.contract-title {
    font-size: 18px;
    font-weight: 600;
    color: #2C2C2C;
}

.btn-orange {
    background: #FC9227;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 88px;
    height: 54px;
}

.btn-purple {
    background: #A333FF;
    color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 28px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    width: 246px;
    height: 54px;
    white-space: nowrap;
}








 
/* Подложка */
.custom-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.40);
    backdrop-filter: blur(1px);
    display: none;
    z-index: 9998;
}

/* Модалка */
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 519px;
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 35px;
    box-shadow: 0 7px 45px rgba(0,0,0,0.25);
    display: none;
    z-index: 9999;
    font-family: sans-serif;
}

/* Заголовок */
.custom-modal-title {
    font-size: 24px;
    color: #2C2C2C;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Кнопка закрытия */
.custom-close {
    display: flex;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 44px;
    height: 44px;
    background: #FC9227;
    color: #FFFFFF;
    border-radius: 15px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Поля */
.custom-input {
    width: 540px;
    height: 55px;
    background: #F8EFFF;
    border: none;
    border-radius: 15px;
    padding: 14px 16px;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    outline: none;
}
.custom-input:focus {
    outline: 2px solid #d6c0ff;
}

.custom-textarea {
    width: 540px;
    height: 140px;
    background: #F8EFFF;
    border-radius: 15px;
    resize: none;
}

/* Кнопка */
.custom-modal-btn {
    width: 540px;
    height: 54px;
    padding: 14px;
    background: #FC9227;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    border: none;
    border-radius: 15px;
    margin-top: -10px;
    margin-bottom: 5px;
}

.custom-modal-btn a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}

/* Подпись */
.custom-policy {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
    color: #2C2C2C;
}
.custom-policy a {
    color: #2C2C2C;
}
 




 