.feature-list {
  max-width: 700px;
}

.feature-item {
  padding: 10px 0;
}

.feature-icon {
  font-size: 18px;
  margin-right: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}

.feature-title {
  font-weight: 600;
  font-size: 15px;
}

.feature-text {
  font-size: 13px;
  color: #6c757d;
}

/* Brand colors */
.text-primary-dark { color: #211b88; }
.text-accent-pink  { color: #fc44c0; }
.text-accent-cyan  { color: #1dc6eb; }
.text-accent-blue  { color: #1c3bda; }
.text-accent-purple{ color: #9528e8; }

.konto-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    padding: 18px 20px;
    width: 100%;
}

.konto-card-body {
    display: flex;
    align-items: flex-start;
}

.konto-icon {
    min-width: 44px;
    height: 44px;
    background: #fc9215;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.konto-title {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.konto-client {
    font-size: 14px;
    color: #8E8E93;
    margin-top: 2px;
}

.konto-discount {
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    background: #fbe7e9;
    color: #dc3545;
    border-radius: 14px;
}

.konto-note {
    font-size: 13px;
    color: #8E8E93;
    margin-top: 5px;
}
     .konto-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #8E8E93;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding-left: 4px;
}


.konto-card-info {
    background: #ffffff;
}

.konto-icon-blue {
    background: #007AFF;
}

.konto-badge-active {
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    background: rgba(0,122,255,0.12);
    color: #34C759;
    border-radius: 14px;
}
     .konto-section-title {
    font-size: 20px; 
    font-weight: 700; 
    color: #000; 
    margin-top: 32px; 
    margin-bottom: 16px;  
    padding-left: 4px;
}
     
.konto-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 4px;
}

.konto-list-item:not(:last-child) {
    border-bottom: 1px solid #F2F2F7;
}

.konto-list-content {
    display: flex;
    flex-direction: column;
}

.konto-no-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.konto-link {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}

.konto-link:hover {
    text-decoration: none;
}

.konto-sub {
    font-size: 13px;
    color: #8E8E93;
    margin-top: 2px;
}

/* правая часть */
.konto-list-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.konto-discount-red {
    font-size: 14px;
    font-weight: 600;
    color: #FF3B30;
    margin-bottom: 4px;
}

.konto-activate {
    font-size: 13px;
    color: #007AFF;
    text-decoration: none;
    font-weight: 500;
}

.konto-activate:hover {
    text-decoration: none;
}    

.konto-code-name {
    font-size: 13px;
    font-weight: 600;
    color: #8E8E93;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.konto-expiry {
    font-size: 12px;
    color: #8E8E93;
    margin-top: 4px;
}    

.konto-small-button {
    background: #007AFF;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 8px 20px; 
    font-size: 13px;
    font-weight: 600;
    min-width: 120px; 
    text-align: center;
    transition: 0.2s ease;
}

.konto-small-button:hover {
    background: #0066d6;
}

.konto-small-button:active {
    transform: scale(0.97);
}  
 .promo-error-border {
    border: 1px solid #dc3545 !important;
    transition: border 0.3s ease;
}   