.anatol-page {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 0 20px 140px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
}

.brand-link {
    display: inline-flex;
    align-items: center;
}

.brand-link img {
    width: 168px;
    height: 22px;
}

.anatol-hero {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.anatol-title {
    font: 800 30px/1.15 "Inter", sans-serif;
    color: #000;
    letter-spacing: 0;
}

.anatol-text {
    font: 400 16px/1.45 "Inter", sans-serif;
    color: #555;
    margin: 0;
}

.anatol-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anatol-card {
    min-height: 74px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
}

.anatol-card__body {
    min-width: 0;
}

.anatol-card__title {
    font: 700 19px/1.2 "Inter", sans-serif;
    color: #000;
}

.anatol-card__sub {
    margin-top: 4px;
    font: 400 13px/1.3 "Inter", sans-serif;
    color: #777;
}

.anatol-card__arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFB200, #F7D917);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    font: 800 20px/1 "Inter", sans-serif;
}

.anatol-section {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.anatol-section h1 {
    margin: 0;
    font: 800 28px/1.15 "Inter", sans-serif;
}

.anatol-section p {
    margin: 0;
    font: 400 15px/1.45 "Inter", sans-serif;
    color: #555;
}

.anatol-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.anatol-btn {
    height: 48px;
    border-radius: 8px;
    background: #000;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 16px/1 "Inter", sans-serif;
}
